/* CSS Document */

a:link    {
	color:#0000cc;
	text-decoration : underline;
}
a:visited {
	color: #0000cc;
	;
	text-decoration : underline
}
a:hover   {
	color:#CC0033;
	text-decoration:underline;
}
a:active  {
	color:#0000cc;
	text-decoration: underline;
}
.small {
	font-family: Tahoma, sans-serif;
	font-size: 60%;
}
.medium {
	font-family: Times New Roman, serif;
	font-size: 80%;
}
.standard {
	font-family: Times New Roman, serif;
	font-size : 100%;
	line-height : 125%;
}
.italic {
	font-family: Times New Roman, serif;
	font-size : 125%;
	line-height : 125%;
	font-style: italic;
}
.sidelink {
	font-family: Tahoma, sans-serif;
	font-size: 80%;
	text-align: left;
}
.ulist {
	font-family: Tahoma, sans-serif;
	font-size : 95%;
	list-style : disc;
	line-height : 125%;
}
.olist {
	font-family: Times New Roman, serif;
	list-style : decimal;
	line-height : 175%;
}
.maintitle {
	font-family: Tahoma, sans-serif;
	font-size: 125%;
	font-weight : bolder;
	line-height : 200%;
}
.title {
	font-family: Tahoma, sans-serif;
	font-size : 100%;
	font-weight : bolder;
	line-height : 150%;
}
.question {
	font-family: Times New Roman, serif;
	font-size: 90%;
	font-weight: bold;
	color:  #191970;
	line-height : 125%;
}
.highlight {
	font-family: Monotype Corsiva, cursive;
	font-size: 90%;
	font-style: italic;
	font-weight: bolder;
	color:  #ff0000;	
}
.image {
	border: black;
	border: 3
}


