/* CSS Document */
body
{ 
background-image: 
url('bg2.jpg');
background-repeat: y-repeat
}
h1 {color: #000000;}
h1 {font-family: times}
h2 {color: #0000cc}
p {color: rgb(0,0,0)}
h1 {text-align: center}
h2 {text-align: left}
h4 {font-family: tahoma
 color: rgb(0,0,0)
 font-weight: bold;
text-decoration: underline;
}
h5 {font-family: Verdana;
 color: #000000;
 font-weight: bold;
 font-size: 12pt;
 text-align: center;
}
h6 {font-family: arial;
 color: #000000;
 font-weight: normal;
 font-size: 12pt;
 text-align: left;
}
a {
background-color: #F9F0D3;
font-family: Verdana,Helvetica,Arial,sans-serif;
font-size: 12pt;
color: #000000;
font-weight: bold;
text-decoration: underline;
}
a:Hover {
background-color: #000000;
font-family: Verdana,Helvetica,Arial,sans-serif;
font-size: 12pt;
color: #efefef;
font-weight: bold;
text-decoration: none;
}
a:Active {
background-color: #000000;
font-family: Verdana,Helvetica,Arial,sans-serif;
font-size: 12pt;
color: #F9F0D3;
font-weight: normal;
text-decoration: none;
}


