
a:link {text-decoration: none;
color: "#FF6666";
} 

a:visited {text-decoration: none;
color: "#CBCACA";}

a:hover {text-decoration: underline;
color: rgb(255,102,0);
} 

a:active {text-decoration: none;
 color:rgb(204,255,255) } 
 
 body
{
	font-family: Garamond, Times New Roman, Times;
	font-size: 100%; 
}
table
{
	table-border-color-light: rgb(204,153,255);
	table-border-color-dark: rgb(102,0,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Garamond, Times New Roman, Times;

}
h1 /*Use for Headlines*/
{
	color: rgb(0,0,0); font-size: 120%; text-align: center;
}
h2 /*Use for Sub-Headings*/
{
	color: rgb(0,0,0); font-size: 110%; text-align: left;
}
h3 /*Use for bylines*/

{color: rgb(0,0,0); font-size: 90%; font-style: italic; text-align: center; font-variant: small-caps;}

h4 /*Use for Credit Lines*/

{color: rgb(0,0,0); font-size: 80%; text-align: right; font-style: bold;}
h5
{
	color: rgb(102,0,51);
}
h6
{
	color: rgb(51,102,51);
}

 p {
font-family: georgia, times new roman, times, serif;
}

.indented {
    margin-left: 10px;
    text-indent: -10px;
    }

 
 /*for list of css commands: http://builder.cnet.com/webbuilding/pages/Authoring/CSS/table.html*/
