/* Filename: defaut.css */

/* 
-----------------------------------------------
Usage
----------------------------------------------- 
*/

/* 
Put the following within the header of your HTML files:
<LINK REL="stylesheet" TYPE="text/css" HREF="default.css" TITLE="Default"> 
*/


/***********************************************/
/* HTML tag styles                             */
/***********************************************/


/************** header tag styles **************/

h1, h2, h3, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1#grey {
	font-size: x-large;
	background: #CCCCCC;
	text-align: center;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* =p */
p {line-height:150%; word-spacing: .15em; }

/* =code */
code, pre {  font : 80% monaco, courier, monospace; font-weight : normal; color : #666; }
pre {  padding-left : 20px; font-size : 80%; }


/* */
li {line-height:150%; word-spacing: .15em; }
li.menu a {display: block;}

border {
	border-top: medium none #666666;
	border-right: medium solid #666666;
	border-bottom: medium none #666666;
	border-left: medium solid #666666;
}

/* keyboard shortcuts */
kbd {
	padding: 0px 1px 0px 1px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	background: #faf6f6;
	color: #000;
	border-color:  #edd #baa #baa #eed;
}

/* used to distunguish menu sequences */
span.mnu {
	background: #e8e8e8;
	color: #333;
}


/* =a */ /* Links */
/* 
a:hover {color:#FF0000}
a:hover {background-color: #c898ae; color: #fff; text-decoration: none;}
a:active, a:focus {background-color: #91325d; color: #fff; text-decoration: none;}
 */

/* used to put white text on gray backgroung for alternating table rows */
tr.alternate {
	background: #CCCCCC; 
	background-color: #CCCCCC; 
	color: white
}


