body#web
{
    font-size: 12px;
    color: #ffffff;
    font-family: arial, sans-serif;
    background-color: #00335b;
}

body#news
{
    font-size: 12px;
    color: #000000;
    font-family: arial, sans-serif;
}

.logo
{
		margin-top: 30px;
		margin-left: 20px;
		margin-right: 0px;
		margin-bottom: 0px;
}

.links
{
		margin-top: 20px;
		margin-left: 150px;
		margin-right: 0px;
		margin-bottom: 0px;
		width: 650px;
}

.links:hover 
{
    		color: #FFFFFF;
    		text-decoration: underline;
		font-weight: bold;
		font-size: 14px;
}

.links:link, .links:visited, .links:active
{
    color: #F8F1C3;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.content
{
		margin-top: 30px;
		margin-left: 110px;
		margin-right: 0px;
		margin-bottom: 0px;
		width: 700px;
}

.indent_text
{
		margin-top: 0px;
		margin-left: 40px;
		margin-right: 0px;
		margin-bottom: 0px;
}

p, li
{
		font-size: 12px;
		font-family: arial, sans-serif;
		text-align: justify;
}

#heading
{
		font-color: #ffffff;
		font-size: 22px;
		font-weight: bold;
		text-decoration: none;
}

#subheading
{
		font-color: #ffffff;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
}

.table
{
		margin-top: 0px;
		margin-left: 40px;
		margin-right: 0px;
		margin-bottom: 0px;
		width: 550px;
}

div#left
{
		width: 150px;
		float: left;
}

div#right
{
		width: 200px;
		float: right;
}

div#middle
{
		width: 30%;
		float: left;
}

a:hover
{
    		color: #ffffff;
   		text-decoration: none;
		font-weight: bold;
		font-size: 12px;
}

a:link, a:visited, a:active
{
    		color: #F8F1C3;
    		text-decoration: none;
    		font-weight: bold;
    		font-size: 12px;
}

td.date
{
		font-size: 12px;
		font-color: #ffffff;
		font-family: arial, san-serif;
		width: 110px;
		height: 35px;
		vertical-align: bottom;
}

td
{
		vertical-align: bottom;
}

<!-- news articles //-->

.news
{
		font-color: #000000;
		font-size: 12px;
		font-family: arial, sans-serif;
		text-align: justify;
}

span#newsheader
{
		font-color: #000000;
		font-size: 22px;
		font-weight: bold;
		font-family: arial, sans-serif;
		text-align: justify;
}

span#newssubheader
{
		font-color: #000000;
		font-size: 16px;
		font-weight: bold;
		font-family: arial, sans-serif;
		text-align: justify;
}

span#newsemphasis
{
		font-color: #000000;
		font-size: 12px;
		font-family: arial, sans-serif;
		font-weight: bold;
		text-align: justify;
}

div#pic
{
		float: right;
		width: 230px;
		margin: 0;
		padding: 10px;
		text-align: center;
		text-decoration: none;
}

a.link:hover 
{
    		color: blue;
    		text-decoration: underline;
		font-weight: bold;
		font-size: 12px;
}

a.link:link, a.link:visited, a.link:active
{
    		color: blue;
    		text-decoration: none;
    		font-weight: bold;
    		font-size: 12px;
}

		