


/*This is the file "Club.css", the style sheet for the ORCC Webpages.  Here is the LINK to copy to each page:

<LINK  REL="stylesheet"  HREF="Club.css"   TYPE="text/css">
*/

BODY
{
background: url("notepaper.gif");
margin-left: 40px;

}

a:link {color: blue}
a:active {color: blue}
a:visited {color: blue}
a:hover {color:red}


a:link {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration:none}
a:visited {text-decoration: none}

h1
{
font-family: Times New Roman, serif;
}

td
{
font-family: Ariel, sans-serif; font-size:10pt; font-weight: bold;
}

body 
{
font-family: "Ariel", sans-serif; font-size: 10pt; font-weight: bold;
}

blockquote 
{ 
font-family: "Ariel", sans-serif; font-size: 10pt; font-weight: bold
}


