/* CSS Document */

.mytext {font-family: Times New Roman, Arial, Verdana, Helvetica, sans-serif; font-size: 17px; color: #000000}
.mytext a:link {color: #668CFF; text-decoration: none}
.mytext a:visited {color: #668CFF; text-decoration: none}
.mytext a:hover {color: #000000; text-decoration: underline}
.mytext a:active {color: #CCFFCC; text-decoration: none}

.mytext2 {font-family: Times New Roman, Arial, Verdana, Helvetica, sans-serif; font-size: 17px; color: #000000}
.mytext2 a:link {color: #000000; text-decoration: none}
.mytext2 a:visited {color: #525252; text-decoration: none}
.mytext2 a:hover {color: #000000; text-decoration: underline}
.mytext2 a:active {color: #CCFFCC; text-decoration: none}
body {
	background-color: #EBEACF;
}


