/* CSS Document */
@font-face
{
font-family: myFirstFont;
src: url(avgardn.TTF);
}
h1{font-family:myFirstFont; font-style:normal; text-transform:capitalize;
color:#66CCFF; margin-left:20px; text-shadow:Purple; text-shadow: 1px 2px 2px #333333;}
h2 {font-family:myFirstFont; font-size 1.875em; margin-left:20px; color:#FFFFCC; text-transform:capitalize;} /*30px/16=1.875em */
p {font-family:Arial, Helvetica, sans-serif; margin-left:20px;}
body {background-image:url("images/background_gradient.gif");}
body {font-family:Arial, Helvetica, sans-serif;color:#999999;}

 a:link,a:visited /* Note: the comma unites the code for reg. link/visited links */
{
display:block;
margin-left:auto;
margin-right:auto;
width:120px;
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
border:2px solid #FFF8DC;
border-radius:12px;
}  
a:hover,a:active
{
border-radius:12px;
border:2px solid #FFF8DC;
background-color:#7A991A;
}

ul
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
li
{
margin-left:5px;
float:left;
}
ul.b {list-style-type:square; margin-left:20px;}
ul.i {list-style-image:url("images/square_image_bullet_point.gif"); margin-left:20px;}
div.ex{
width:220px;
padding:10px;
border:5px solid gray;
margin:0px;
background-color:#663300;
border-radius:25px;
box-shadow: 10px 10px 5px #333333;
}
table, td, th
{
border:1px solid green;
background-color:#669966;
padding:3px;
}
th
{
background-color:#666633;
color:white;
padding:3px;
}
#container{
width:960px;
margin-left:auto;
margin-right:auto;
background-color:#3C8D23;
}
