US-101.com Cascading Style Sheet: 
Exit Directories CSS

This stylesheet defines styles and classes for the 
US-101.com website at:
http://www.us-101.com

Version		1.1
Date:		9/19/05

\*-----------------------------------------------------*/


body {  

	font-family: Arial, sans-serif; 
	font-size: 1.0em; 
	font-weight: normal; 
	color: #000000;
	background-color: #FFFFFF;
	
	}

h3 {
	font-family: Arial, sans-serif; 
	}
	
/*-----------------------------------------------------*\
 * Anchor Classes
\*-----------------------------------------------------*/


a:link {

	font-family: Arial, sans-serif;
    font-weight: normal;
	font-size: 1em;
    color: #009900; 
    text-decoration: none;
	background-color: transparent;

	}

a:visited { 

	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #009900; 
	text-decoration: none;
	background-color: transparent;

	}

a:active { 

	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #ff6600; 
	text-decoration: underline;
	background-color: transparent;

	}

a:hover	{ 
	
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #ff6600;
	text-decoration: underline;
	background-color: transparent;

	}


A.smalllink:link { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: 0.7em; 
	text-decoration: none;
	color: #996633;

	}
	
A.smalllink:visited { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: 0.7em; 
	text-decoration: none;
	color: #996633;

	}
	
A.smalllink:active { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: 0.7em; 
	text-decoration: underline;
	color: #996633;

	}
	
A.smalllink:hover { 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold;
	font-size: 0.7em; 
	text-decoration: underline;
	color: #996633;

	}
	
	
/*-----------------------------------------------------*\
 * Default HTML tag behavior
\*-----------------------------------------------------*/
	
P { 

	font-family: Arial, sans-serif; 
	font-size: 0.8em; 
	font-weight: normal; 
	color: #000000;
	/* text-align: left;*/
	margin-top : 1px;
	margin-left : 7px;
	margin-right : 2px;
	
	}

DL {
 
	font-family: Arial, sans-serif; 
	font-size: 1em; 
	font-weight: normal; 
	color: #000000;
	text-align: left;
	vertical-align: top; 
	
	 }
	 
DT { 

	font-family: Arial, sans-serif; 
	font-size: 1.2em; 
	font-weight: bold; 
	color: #003366;
	text-align: left;
	vertical-align: top; 
	padding-top: 15px;
	padding-left: 10 px;
	 }

DD { 

	font-family: Arial, sans-serif; 
	font-size: 0.7em; 
	font-weight: bold; 
	color: #003366;
	text-align: left;
	vertical-align: top; 
	padding-top: 15px;
	padding-left: 10 px;
	 }

	
	
/*-----------------------------------------------------*\
 * Page Heading Classes
\*-----------------------------------------------------*/

	 
SPAN.Header	{

	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold; 
	color: #663300;
	text-align: left;
	
	}

SPAN.HeaderSmall {  

	font-family: Arial, sans-serif; 
	font-size: 1.1em; 
	font-weight: normal; 
	font-style : italic;
	color: #663300;
	text-align: left;

	}
	
SPAN.HeaderSmaller {  

	font-family: Arial, sans-serif; 
	font-size: 1em; 
	font-weight: bold; 
	font-style : normal;
	color: #003366;
	text-align: left;

	}