@charset "UTF-8";
body { 
background-image : url('photos/bg_02.gif');
font-family : Arial;
} 
.intro {
 background-color : #66ffff;
 font-size : 12pt;
 text-align : center;
 border : double;
 border-color : #66ccff;
}
.chap {
 background-color : #d3d3d3;
}
table, td, th {
 border-color : #ffffff;
}
td {
 font-size : 10pt;
 font-family : verdana, arial;
 font-weight: bold;
 color: navy;
}
hr { 
 background : #000080;
 height : 4pt;
}
a {
 padding: 1px; 
 text-decoration : none;
 text-align : center;
 width: 100%;
} 
a:hover {background-color : blue; color : orange;} 
a:link {color: blue;}
a:visited  {color : navy;}
a:hover {background : blue; color : orange;}
