body
{
font-family: georgia;
font-size: 12px;
background:url(images/bg.jpg) #fff repeat-x;
background-color: #3333cc;
color: #ffffff;
}

table
{
font-size: 12px;
}

hr
{
color: #ff0000;
height: 1px;
border-width: 0;
background-color: #ff0000;
}
p
{
text-align: justify;
font-size: 12px;
}
h4
{
font-style: italic;
font-weight: bold;
font-size: 14px;
}

#Moving
{
width: 950px;
background-color: #000066;
overflow: hidden;
}

#Video
{
float: right;
width: 45%;
height: 300px;
border-left: 1px solid #ff0000;
margin: 10px;
}

#BlueBar
{
background-color: #000033;
border-top: 1px solid #ff0000;
border-bottom: 1px solid #ff0000;
width: 100%;
height: 25px;
}

#Footer
{
background-color: #000033;
border-top: 1px solid #ff0000;
padding: 10px;
height: 110px;
width: 950px;
float: left;
}

#Contact
{
float: right;
width: 50%;
border-left: 1px solid #000066;
padding: 10px;
}

#Links
{
font-size: 10px;
font-style: italic;
font-family: arial;
}
a.inside
{
text-decoration: none;
}
a:link.inside {color: #FFFF66}
a:visited.inside {color: #FFFF66}
a:hover.inside {color: #FFFFFF}
a:active.inside {color: #FF0000}

a:link {color: #FFFFFF; text-decoration: none;}
a:visited {color: #FFFFFF; text-decoration: none;}
a:hover {color: #FFFFFF; text-decoration: underline;}
a:active {color: #FF0000; font-size: 10px;}