/* CSS Document */


h1{
	font-family: Tahoma, Arial, sans-serif;
	font-size : 36pt;
	font-weight :normal;
	text-align : center;
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: E60000;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
}
p{
	font-family: Arial;
	font-style : normal;
	font-size : 12pt;
	font-weight :normal;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 25px;
}
body {
	background-image:     url(/images/bg4.jpg);
}
table {
	font-family: Tahoma, sans-serif, Arial;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}
ol {
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;


	list-style-image: url(file:///C|/Documents and Settings/Owner/My Documents/Homework Quiz/Carols WLDN/Bullets/bullet_arrow.gif);
	list-style-image: url(../bullets/bullet_arrow.gif);
	color: #000000;
}
li {
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	margin-left: 30px;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}

