body {
background-image: url("images/ricebk.jpg");
margin-left: 190px
}
a:link{
font-weight:normal;
font-style:normal;
text-decoration:underline;
color:#800000;
}
a:visited{
font-weight:normal;
font-style:normal;
text-decoration:underline;
color:#CE0000;
}
a:active:{
font-weight:normal;
font-style:normal;
text-decoration:underline;
color:#FF9999;
}
a:hover{
text-decoration:underline;
font-style:normal;
font-weight:bold;
color:#CE0000;
}
h1{
text-align:center;
font-family:arial,"sans-serif";
font-size:36pt;
font-weight:bold;
font-style:normal;
}
h2{
text-align:center;
font-family:arial,"sans-serif";
font-size:24pt;
font-weight:bold;
font-style:normal;
}
h3{
text-align:center;
font-family:arial,"sans-serif";
font-size:18pt;
font-weight:bold;
font-style:normal;
}
h4{
text-align:center;
font-family:arial,"sans-serif";
font-size:14pt;
font-weight:bold;
font-style:normal;
}
h5{
text-align:center;
font-family:arial,"sans-serif";
font-size:14pt;
font-weight:normal;
font-style:normal;
}
h6{
text-align:center;
font-family:times,"times new roman";
font-size:18pt;
font-weight:bold;
font-style:normal;
}
p{
text-align:center;
font-family:arial,"sans-serif";
font-size:12pt;
font-weight:normal;
font-style:normal;
}