﻿/* Style Sheet */

body{
margin:0;
padding:30px 0;
font:76% tahoma,verdana,sans-serif;
background:#222;
color:#222;
}

table {
line-height:1.1em;
}

ul {
line-height:1.1em;
}

#thetop{
margin:0;
}

#container{
width:720px;
margin:20px auto;
padding:1px 0;
text-align:left;
background:#fff;
color:#000;
border:2px solid #a0a0a0;
}

a{
text-decoration:none;
background-color:inherit;
color:#f00;
}

a:hover{
text-decoration:underline;
}

a img{
border:0;
}

p{
margin:15px;
line-height:1.1em;
}

#footer{
margin:0 auto 20px auto;
width:720px;
background:#fff;
padding:0 0 5px 0;
font-size:0.9em;
color:#000;
text-align:center;
}
