
a {
	color: #004080;
	text-decoration:none;
}
a:hover{
	color: red;
}

span {
	font-size: 80%;
	color: red;
}

hr {
	color: #cccccc;
	background-color: #cccccc;
}

h1.welcome {
	display: block;
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-weight: normal;
	color:#004080;
	padding-top: 10px;
	padding-bottom: 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	text-align:center;
	font-weight: normal;
	color: #004080;
}

h2 {
	text-align: left;
	color: #6e82aa;
	font-size: 18px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	background-color: transparent;
	border-bottom: 1px solid #CCCCCC;
	}
	
h3 {
	font-size: 12px;
}

p {
	text-indent: 20px ;
	
}
body {
	text-align: left;
}
