/* CSS Document */
body {background-color:#E6E6FA}
.toplevellink {color:#990000; font-weight:bolder; text-decoration:none; font-size:16px}
.secondlevellink {color:#990099; font-weight:bolder; font-size:11px}
a:hover {text-decoration:underline; font-size:larger}
.First-level-heading {
	font-family: "Book Antiqua", "Century Gothic", "Comic Sans MS";
	font-size: xx-large;
	font-style: italic;
	line-height: 1in;
	font-weight: bolder;
	color: #990000;
	}


.Second-level-heading {
	font-family: "Book Antiqua", "Century Gothic", "Comic Sans MS";
	font-size: large;
	line-height: 0.5in;
	font-weight: bolder;
	color: #990000;
	}
	
.new {
	background-color:yellow;
	font-family:"Book Antiqua", "Century Gothic", "Comic Sans MS";
	font-size: 14px;
}
p {
	font-family: "Arial", Times, serif;
	font-size: 13px;
	color: #009900;
	font-weight:bold;	
}

.bulletlist
{list-style:disc;
text-align:left;
font-family:"Arial", Times, serif;
color:#000000;
font-size: 13px;
font-weight: bold
}
