﻿a:link
{
	color: black;
	background-color: #E0E0EB; 
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	border-bottom: 1px solid #BBBBBB; 
        padding-left: 10px;
	padding-right: 10px; 

}
a:visited
{
	color: black;
	background-color:#E0E0EB; 
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	border-bottom: 1px solid #BBBBBB; 
        padding-left: 10px; 
	padding-right: 10px; 
} 
a:active 
{
	color: black;
	background-color: #E0E0EB; 
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	border-bottom: 1px solid #BBBBBB; 
        padding-left: 10px;
	padding-right: 10px;  

}
a:hover 
{	
	
	color: white;
	background-color: #CD4444; 
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	border-bottom: 1px solid black; 
        padding-left: 10px; 
	padding-right: 10px; 
}
body

