﻿
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	background-color:#2b5ca5;
}

/******* hyperlink and anchor tag styles *******/

a:link{
	color: #D88700;
	text-decoration: underline;
	font-weight:bold

}

a:visited{
	color: #72ABD6;
	text-decoration: underline;
	font-weight:bold
}

a:hover{
	color: #72ABD6;
	text-decoration: underline;
}

/************** header and paragraph tag styles **************/

h1{
	
	font-family:Verdana;
	color: #2b5ca5;
	font-size:x-large;
}

h2{
	font-family:Verdana;
		color: #2b5ca5;
	font-size:large;
	font-weight: bold;
	}

h3{
 font-family:Verdana;
	color: #2b5ca5;
	font-size: medium;
	font-weight: bold;
	line-height:normal;
}

h4{
 font-family:Verdana;
	color: #2b5ca5;
	font-size: small;
	font-weight: bold;
}


p{
	color: #2e2b2b;
	font-family:Verdana;
	font-size: small;
}

.small{
 font-family:Verdana; 
 color: #2e2b2b;
 font-size:x-small
 }



/*************** list tag styles ***************/

ul{
	color: #2e2b2b;
	font-family:Verdana;
	font-size: small;
	list-style-image:url('../images/list_image.gif')
}

li{
	color: #2e2b2b;
	font-family:Verdana;
	font-size: small;
}

