body { 
	background-color: #0000CC;
}
div#yellow { 
	background-color: #FFFFCC;
}
p, h1, h2, h3, h4, h5, h6, em, ul { 
	font-family: times new roman, times, serif; 
	color: #0000CC; 
}
.other {
	font-family: verdana, arial, helvetica, sans-serif; 
}
.just {
	line-height: 150%;
}
.close {
	line-height: 100%; 
	margin-top: 0; 
	margin-bottom: 0; 
}
.red { 
	color: #B11520; 
}
.blue { 
	color: #0000CC; 
}
.yellow { 
	color: #FFFFCC;
}
.black {
	color: #000000;
}
.white {
	color: white;
}
.bold { 
	font-weight: bold; 
}
.light {
	font-weight: light; 
}
.under { 
	text-decoration: underline; 
}
.huge {
	font-size: 150%;
}
.big {
	font-size: 120%;
}
.min { 
	font-size: 90%; 
}
.tin { 
	font-size: 80%; 
}
.sm {
	font-size: 70%;
}
.tiny {
	font-size: 60%;
}
A {
	cursor: normal; 
}
A:link {
	text-decoration: underline; 
	font-family: times new roman, times, serif; 
	color: #000000;
}
A:visited {
	text-decoration: underline; 
	font-family: times new roman, times, serif; 
	color: #000000;
}
A:active {
	text-decoration: underline; 
	font-family: times new roman, times, serif; 
	color: #000000;
}
A:hover { 
	text-decoration: underline; 
	font-family: times new roman, times, serif; 
	background-color: #FFFFFF; 
	color: #B11520; 
}
A.blue:link {
	font-family: verdana, arial, helvetica, sans-serif; 
	text-decoration: none; 
	color: #0000CC;
}
A.blue:visited {
	font-family: verdana, arial, helvetica, sans-serif; 
	text-decoration: none; 
	color: #0000CC;
}
A.blue:active {
	font-family: verdana, arial, helvetica, sans-serif; 
	text-decoration: none; 
	color: #C7A030;
}
A.blue:hover { 
	font-family: verdana, arial, helvetica, sans-serif; 
	text-decoration: none; 
	background-color: #FFFFFF; 
	color: #B11520; 

