/*This is the stylesheet used by the document at http://*/
/*This stylesheet was created by Amy G. Kerlin for LIS 2675 annals project*/
body{background-color:#eeeef0}
/*Determines font for headers.*/
h1,h2,h3,h4
{font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

/*Determines font for paragraphs, tables, and lists*/
p,table,li
{font-family: "verdana", 'sans serif'; margin-left: 10pt;}

/*Determines font size for lists, table headers, and table cells.*/
li,th,td
{
font-size: 100%;
}

/*Determines font size for paragraphs.*/
p {font-size: 75%}
li {font-size: 75%}

/*Determines color of headers and horizontal rules.*/
h1,h2,h3,h4,hr
{
color:#000000;
}
ul { font-size:30px}
/*Determines colors for hypertext links: default (unvisited), visited, active, and mouse hover.*/
a:link     { color:blue }
a:visited  { color:gray }
a:active   { color:blue }
a:hover    { color:red }


/*Determines background color for document.*/
body
{
background-color: FFFFCC;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*Determines background color for tables. Overrides background color for document.*/
table.black {background-color: #000000}


/*Determines background color for table cells*/
td.cream {background-color: #FFFFCC}
td.ltblue {background-color: #99CCFF}

/*Determines text color for table cells.*/
td.green {color: #00FF00}
td.blue {color: #0099FF}
td.gold {color: #FFCC00}
td.orange {color:#FF6600}
td.white {color: #FFFFFF}

/*Determines font for tables.*/
table.font {font-family: arial}

/*Determines space around text or images in table cells.*/
td {padding: 0.1cm}
td.top {padding-top: 0.0cm}


