/* CSS Document */
/* Generic Selectors */ 

body { 

font-family: Georgia, "Times New Roman", Times, serif; 

font-size: 14px; 

color: #13056A; 

background-color: #ffffff; 

} 

h1 { 

font-family: Georgia, "Times New Roman", Times, serif; 

font-size: 20px; 

font-weight: bold; 

color: #13056A; 

} 

h2 { 

font-family: Georgia, "Times New Roman", Times, serif; 

font-size: 16px; 

font-weight: bold; 

color: #13056A; 

border-bottom: 1px solid #C6EC8C; 

} 

 

/**************** Pseudo classes ****************/ 

a {text-decoration: underline;
font-family: times; 
font-size: 11pt; 
font-style: normal; 
line-height: normal; 
font-weight: bold;
color:#13056A;
}


a:visited {
	color: #13056A;
	text-decoration: underline;
	font-weight: Itlac;
} 

a:hover {
	color: #f70;
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: underline;
} 

a:active {
	color: #030;
	font-weight: bold;
} 



