<style type="text/css">

/* Hyperlinks */

a:link    {color:white;  background:transparent;}
a:visited {color:white; background:transparent;}
a:hover   {color:yellow; background:transparent;}
a:active  {color:yellow; background:transparent;}

/* Top Menu */

#modernbricksmenu {
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul {
font: bold 14px Palatino Linotype;
margin:0;
margin-left: 325px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li {
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a {
float: left;
display: block;
color: white;
margin: 0 4px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: ##000154; /*Default menu color*/
border-bottom: 1px #800000;
}

#modernbricksmenu a:hover {
background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a { /*currently selected tab*/
background-color: #800000; /*Color theme*/
border-color: #800000; /*Color theme*/
}

#modernbricksmenuline {
clear: both;
padding: 0;
margin-left: 325px; /*margin between first menu item and left browser edge*/
width: 589px;
height: 5px;
line-height: 5px;
background: #800000; /*Color theme*/
}

/* Generic Selectors */

body {
background:url(blueback.jpg);
background-color: #000080;
font-family: Palatino Linotype;
color: #FFFFFF;
}

/* Logo Header */

#logo1 {
position: absolute;
padding: 100px 100px 0 0; /*top right bottom left*/
margin-top: 10px;
margin-left: 10px;
background-image: url(../images/old_paper_1b.jpg);
background-position: left top;
}

#content {
font-size: 1.2em;
border: 1px dotted gray;
padding: .5em;
}

</style>

