body {
   color: #000000;
   font-family: Arial;
   text-align: center;
   font-size: 18;
} body img {
    border: none;
    padding: 15px;
} 

a.main_menu:link {
    color: #000000;
    text-decoration: none;
    //font-weight: bold; 
} a.main_menu:visited {
    color: #000000;
    text-decoration: none;
    //font-weight: bold;
} a.main_menu:hover {
    color: #f11;
} #main_menu {
    margin: 0 auto;
    width:650px;
    text-align: center;
    border-color: #aaa;
    padding:10px;
    background: #FFF;
    font-family: Georgia;
} 

#breadcrumbs {
    margin: 0 auto;
    width:600px;
    text-align: left;
    color: f00;
    font-size: 10px;
    font-style: italic;
} #content { 
    margin: 0 auto;
    width:600px;
    border:2px solid;
    border-color: #fff;
    padding:10px;
    text-align: left;
} #news {
    border-width:1;
    margin-left:250px;
    margin: 2px;
    float:right;
} #copy {
    margin: 0 auto;
    width:600px;
    text-align: left;
    color: f00;
    font-size: 10px;
    font-style: italic;
    background: #eee;
    padding: 3px;
} 

div.sub {
   letter-spacing: 2px;
   color: red;
   font-style: italic;
}

div.leftpic {
   padding: 5px;
   float:left;
   margin-right: 10px;
   height: 50%;
}

div.disco {
   padding: 1px;
   height: 100%;
}
div.discoimg {
    display: inline;
    float: left;


}
div.disco ul {
   margin-left: 300px;
   line-height: 30px;

}
div.disco li {
   list-style-type:none;
}

/* Normal Hyperlinks */
a:link {
	color: darkred;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #003300;
}
</style>

    
    
