#container {
width: 800px;
border: solid 1px #222222;
}

h3 {
width: 650px;
padding: 12px;
font-family: Arial, Verdana, "Sans Serif";
background: #FFFFFF;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
color: #011976;
}

h4 {
font-family: trebuchet, verdana, arial, "Sans Serif";
color: #BB0000;
font-style: italic;
font-variant: small-caps;
}

#box a img {
	margin: 4px;
	border: solid 2px #ccc;
}

#box a:hover img {
	border-color: #FF7F24;
}

#box a:hover {
	border-width: 0;
}

ul {
font-family: Arial, "Arial Narrow", Verdana, Tahoma;
font-size: 16px;
font-weight: 900;
color: #000;
}

a {
margin: 10px;
}

a:link{
font-family: tahoma, verdana, arial, "Sans Serif";
font-size: 1.2em;
font-weight: 600;
color: #333333;
text-decoration: underline;
font-variant: small-caps;
}

a:hover {
font-family: tahoma, verdana, arial, "Sans Serif";
font-size: 1.2em;
font-weight: 600;
color: #111111;
text-decoration: overline underline;
background-color: #FEC106;
font-variant: small-caps;
}

a:active {
font-family: tahoma, verdana, arial, "Sans Serif";
font-size: 1.2em;
font-weight: 600;
color: #FFFFFF;
text-decoration: underline;
font-variant: small-caps;
}

a:visited {
font-family: tahoma, verdana, arial, "Sans Serif";
font-size: 1.2em;
font-weight: 600;
color: #333333;
text-decoration: underline;
font-variant: small-caps;
}