#nav{
height: 20px;
background: url(../images/top_bar.png) no-repeat;
text-align: center;
}

#main{
height: 20px;
width: 720px;
border: 0;
}

#inner{
height: 100%;
width: 100%;
border: 0;
text-align: center;
}

#text{
font-family:univers,arial;
}

a{
color: white;
text-decoration: none;
}

a.text{
color: #0099CC;
text-decoration: none;
}

a.textred{
color: #FF0000;
text-decoration: none;
}

a:hover{
color: #90EE90;
text-decoration: underline
}

p{
font-family:univers,arial;
}