

body 
{ 
color: #ccceee; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
background-color:#333333;
/*background-image:url('media/gradient.gif'); */
}

a:link 
{ 
color: #9999cc; 
font-weight: bold; 
text-decoration: none; 
outline:none; 
}

a:visited 
{ 
color: #9999ff; 
text-decoration: none;
outline: none; 
}

a:hover 
{ 
color: #6666cc; 
text-decoration: none; 
outline:none;
}

a:active 
{ 
text-decoration: none; 
outline:none;
}

p 
{ 
text-indent: 20px; 
}

.titles  
{
color: #ff6600; 
font-family:arial,helvetica,sans-serif;
font-size: 18px; 
font-weight:bold;
font-style: italic;
}

.descriptions 
{ 
font-family:arial,helvetica,sans-serif;
font-size: 12px; 
font-weight:normal;
}

.heading
{ 
font-family:arial,helvetica,sans-serif;
font-size:15pt;
font-weight:normal;
color: #ff6600;
}

.google 
{ 
font-size: 12px; 

font-weight: bold;  
font-style: normal;
}

.link  
{ 
font-size: 13px; 
font-weight: bold; 
font-style: italic;
text-decoration: none; 
outline:none;
}

.info  
{ 
font-size: 12px; 
font-weight: bold; 
font-style: italic;
}

.flags
{
font-family:arial,helvetica,sans-serif;
font-size:12pt;
font-weight:bold;
font-style:italic;
}

td
{
border-style:solid;
border-width:0px;
border-color:white;
}


.contact  
{ 
font-size: 11px; 
font-weight: normal; 
font-style: italic;
text-decoration: none; 
outline:none;
}

.modified  
{ 
font-size: 9px;
color: #9999cc; 
font-weight: bold; 
font-style: italic;
text-decoration: none; 
outline:none;
}





/* Menu styles only */


dl, dt, dd, ul, li 
{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 11px; font-weight: bold; 
}

.menu_home_page	  
{
position: absolute; /* line-up with image  */
top: 43px;
left: 8px;
width: 115px;
}

#menu 
{
position: absolute; /* can be changed  */
top: 130px;
left: 8px;
width: 125px;
}


#menu dt 
{
cursor: pointer;
margin: 2px 0;;
height: 15px;
line-height: 15px;
text-align: center;
font-weight: normal;
border: 1px solid gray;
background: #99aabb;
}

#menu dd 
{
border: 1px solid gray;
}

#menu li 
{
text-align: center;
background: #99ccff;
border: 1px solid gray;

}
#menu li a, #menu dt a 
{
color: #000000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
font-weight: normal;
}

#menu li a:hover 
{
background: #cccccc;
}

#menu dt a:hover  
{
background: #cccccc;
}


/* Contact button */

input.button 
{
background-color: #6666ff;  
font-weight: bold; 
font-size: 12px; 
color: #ccccff;
}




