/* specify blanket rules for all elements */
body {
font-size:80%;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:10px;
}
/*Rules for headings*/
h1{
font-size:150%;
}

h2 {
font-size:140%;
}

h3{
font-size: 120%;
}
/*link rules*/
a:link{
color: #990000;
text-decoration:none;
}
a:visited{
color: #666666;
text-decoration:none;
}
a:hover{
color: #0000FF;
text-decoration:none;
}
a:active{
color: #00FFFF;
text-decoration:none;
}

/*default paragraph*/

p{
font-size:100%;
line-height:150%;
}
/*stlye acronymns and abbreviations and change cursor*/
abbr, acronym{
border-bottom: 1px dotted #666;
cursor:help;
}
/*Masthead*/
#masthead{
margin:0 0 10px 0;
padding:10px;
}
/*content*/
#content {
float:right;
width:75%;
margin-bottom:10px;
padding:10px;
}

/*nav */
#nav {
float:left;
width:20%;
margin-bottom:10px;
padding:10px;
}


/*footer*/

#footer {
clear:both;
padding:10px;
}

