A { 
    color: #336699; 
    font-weight: bold;
    text-decoration: underline; 
}

A:hover { 
    color: #D2151B; 
    font-weight: bold;
    text-decoration: underline; 
}

A.nav {
    color: #FFFFFF; 
    font-weight: bold;
    text-decoration: underline;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;  
}

A.nav:hover {
    color: #FF0000; 
    font-weight: bold;
    text-decoration: underline;
    font-size: 14px; 
    font-family: "Times New Roman", Arial, "Sans Serif"; 
}

body {background-image:url(assets/newimages/background.jpg)} 

p, td, th, li, blockquote {
	color: #ffffff;
	font-family: Arial, Serif;
	font-size: 12px;
} 

.article { 
    text-align: justify;
    margin-left: 20pt;

} 

h1 { 
    color: #000066; 
    font-size: 16px; 
    font-family: "Arial Black", Arial, Serif; 

} 

h2 { 
    color: #CC6600; 
    font-size: 15px; 
    font-family: "Gill Sans", Arial, "Sans Serif"; 

} 

h3 { 
    color: #336699; 
    font-size: 14px; 
    font-family: "Stone Sans", Arial, "Sans Serif"; 
} 

h4, h5, h6 { 
    color: #330099; 
    font-size: 14px; 
    font-family: Stone Sans, Arial, Sans Serif; 
} 

.bottom { 
    font-size: 11px; 
    text-align: center;
}
.presslink {
	font-family: Arial, Helvetica, sans-serif;
	color: #D2151B;
	text-decoration: none;
}

.presslink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

.presstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #000000;
}
.contact img {
	float: right;
	height: 27px;
	width: 101px;
}