/* CSS Document */

body {background-image: url(../rablogo.gif); font-family: Verdana; color: maroon; margin: 70px; background-attachment: fixed; }

a { color: blue; font-family: Verdana; text-decoration: none; }
a:active {  color: blue; }
a:hover {  color: red; text-decoration: underline; }
a:link {  color: blue; }
a:visited {  color: maroon; }

b { font-weight: heavy; font-family: Verdana; }

h1 { font-family: Verdana; text-align: center; }
h2 { font-family: Verdana; }
h2.header { border-style: double; border-width: 5; border-color: blue; }
h3 { font-family: Verdana; }
h4 { font-family: Verdana; font-variant: small-caps; }
h5 { font-family: Verdana; font-weight: lighter; font-variant: small-caps; }

td { border-weight: light; margin: 5;}

.que  { background-color: navy; color: white; }

ol { font-family: Verdana; font-weight: lighter; }

p { font-family: Verdana; font-weight: lighter; }
.sig { font-family: script; font-weight: lighter; color: blue; }

span { color: black; }

.paragraph {
	color: #000099;
	background-color: #CCFFFF;
	margin: 10px;
	padding: 10px;

}
.add {
	background-color: #FFFFCC;
	text-indent: 5pt;
	margin: 10px;
	padding: 10px;
	border: medium solid #0000FF;
}
