/*  
Theme Name: CRASH
Description: A Webtheme for CRASH Inc. use only.
Version: 1.0
Author: Nytdesigns
Author URI: http://www.nydesigns.net
*/

body {
	color: #8D8D8D;
	background-color: #F1F1F1;
	font-family:tahoma;
	font-size:10px;
	}	 
	
#links  { 
	padding:4px;
    }  
	
.orange { 
	color: #8D8D8D; 
	text-decoration:none; 
	font-size:12px; 
	}   

.orange:hover { 
	color: #F99315;
	text-decoration: line-through;
	} 	
	
.blue { 
	color: #8D8D8D; 
	text-decoration:none; 
	font-size:12px; 
	}   

.blue:hover { 
	color: #40A2ED;
	text-decoration: line-through;
	} 
		
.red { 
	color: #8D8D8D; 
	text-decoration:none; 
	font-size:12px; 
	}   

.red:hover { 
	color: #F4421E;
	text-decoration: line-through;
	} 
	
.green { 
	color: #8D8D8D; 
	text-decoration:none; 
	font-size:12px; 
	}   

.green:hover { 
	color: #81B218;
	text-decoration: line-through;
	} 	 
	
	.black { 
	color: #8D8D8D; 
	text-decoration:none; 
	font-size:12px; 
	}   

.black:hover { 
	color: #000000;
	text-decoration: line-through;
	} 	

