body {
  	font-family: georgia, arial narrow, footlight mt light,sans-serif;
	color: #3300FF;
	background: white;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

p {
	font-family: arial narrow,georgia, sans-serif;
	font-size: 125%; font-weight: normal;
	}
	
h1 {font-size: 200%; font-weight: bold;}
h2 {font-size: 150%; font-weight: normal;}
h3 {font-size: 100%; font-weight: normal;}

h1, h2, h3 { font-family: georgia, arial narrow, sans-serif;}

.news {
	font-family: arial narrow,georgia, sans-serif;
	font-size: 115%; font-weight: normal;
	color: #00FF33;
	background: #3300FF;
	margin: 10px 2%;
	
	}
	
.port {
	color: red; /* Important */
	}
	
.bnd_nm {
	color: #3300ff;
	font-weight: bold;
	font-size: 175%;
	}


/* These are the links */

:link { 

color: #00CC00; /* lime green */

text-decoration: underline; 

font-weight: bold; 

} 

li :link { 

color: #00CC00; /* lime green */

text-decoration: none; 

font-weight: bold; 

} 

:visited { 

color: #00CC00; /* lime green */

text-decoration: underline; 

font-weight: bold; 

} 

li :visited { 

color: #00CC00; /* lime green */

text-decoration: none; 

font-weight: bold; 

} 
:hover { 

color: #C0C0C0; /* silver */

padding-bottom: 5px; 

font-weight: bold; 

text-decoration: underline; 

} 

li :hover { 

display: block; 

color: #COCOCO; /* silver */

padding-bottom: 5px; 

font-weight: bold; 

border-bottom-width: 1px; 

border-bottom-style: solid; 

border-bottom-color: #C6EC8C; 

} 

:active { 

color: #3300FF; /* blue */

font-weight: bold; 

} 
