2change4life CSS File
/* Main CSS */

html {
	background-color:#666666;
	background-image: url("#FF3700");
	}
	
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color:#FF8000;
	background-color:#FFFFFF;
	line-height: 1.166;	
	margin: 0;
	padding: 0;
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	background-image: ;	
}

a:link {
	color:#666666;
	text-decoration: none;
}

a:visited {
	color:#666666;
	text-decoration: none;
}



a:hover {
       color: #f98824;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0.0em;
	padding: 0.0em;
}

h1{
 font-size: 2.0em;
 font-weight: normal;
 color: #727272;
}

h2{
 font-size: 1.7em;
 font-weight: normal;
 color: #727272;
}

h3{
 font-size: 1.4em;
 font-weight: normal;
 color: #727272;
}

h4{
 font-size: 1.2em;
 font-weight: bold;
 color: #727272;
}

h5{
 font-size: 1.0em;
 font-weight: normal;
 color: #727272;
}

ul{
 list-style-type: none;
}

ul ul{
 list-style-type: none;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #727272;
}
				
select, input { 
font-size: 1em;
color: #727272;
background-color: #4DFFF9;
}




	

/* End Main CSS */
