.intro{
 background:url('img/bg.gif');
 background-repeat:repeat-x;
 background-position:center;
}

.note{
 font-family:Garamond, Times New Roman, sans-serif;
 font-size:12px;
 color:white;
}


a:link{color:orange;text-decoration:none;}
a:visited{color:orange;text-decoration:none;}
a:active{color:orange;text-decoration:none;}
a:hover{color:orange;text-decoration:underline;}