﻿<style>

a {color: navy;}
a:link {color: navy;}
a:visited {color: gray;}
a:hover {color: #3c3; text-decoration: underline;}
a:active {color: red; text-decoration: none;}


body {
background-color: #999;
background-image: url(images/background.jpg); 
}

table {font-family: sans-serif, arial, helvetica; font-size: 14px; color: black; 
background-color: #fff;}

p {font-family: Sans-Serif, Arial, Helvetica; font-size: 14px; color: black; padding-left: 20px; padding-right: 20px; padding-top: 3px; padding-bottom: 3px;}

h1, h2, h3, {font-family: sans-serif, arial, helvetica; padding-left: 20px}

h1 {font-size: 25px; color: #066}

h2 {font-size: 20px; color: #066}

h3 {font-size: 15px; color: #066}

hr {height: 1px}



#schoolname
	{position: absolute;
	left: 450px;
	top: 23px;
	color: yellow;
        font-weight: bold;}

#footer
	{text-align: center; 
	background-color: #eee; 
	background-image: url(rs.gif); 
	background-repeat: no-repeat; 
	background-position: right bottom; 
	margin: 0px;}




ul {list-style-type: square;
    font-family: Sans-serif, Arial, Helvetica; font-size: 14px; color: #000; padding: 10px;}

ol {font-family: Sans-serif, Arial, Helvetica; font-size: 14px; color: #000;}

.list1 {list-style-image: url(images/bullet1.gif); font-family: Sans-serif, Arial, Helvetica; font-size: 14px; color: #000; padding: 10px;}

.list2 {list-style-image: url(images/bullet2.gif); font-family: Sans-serif, arial, helvetica; font-size: 14px; color: #000; padding: 10px;}



</style>