/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size:small;
	background-image: url(../images/microtemp-background.gif);
	background-repeat: repeat-x;
	background-color: #040404;
	color: white;
	}
/* Styles for text, h tags */
h1 h2 h3 h4 h5 h6 {
font-family: Arial,sans-serif;
}
h1 {
color:white;
font-size: 26px;
line-height: 30px;
margin-top:2px;
margin-bottom:6px;
letter-spacing: -1px;
}

h2 {
color:white;
font-size: 24px;
margin-top:2px;
margin-bottom:2px;
letter-spacing: -1px;
}

h3 {
color:red;
font-size: xx-large;
margin-top:0px;
margin-bottom:0px;
letter-spacing: -1px;
}

h4 {
color:white;
font-size: x-large;
margin-top:2px;
margin-bottom:4px;
letter-spacing: -1px;
}
h5 {
color:white;
font-size: medium;
margin-top:2px;
margin-bottom:4px;
letter-spacing: -1px;
}
h6 {
color:white;
font-size: medium;
margin-top:0px;
margin-bottom:6px;
}



.white_small {
font-size: small;
color: #FFFFFF;
}
.white_smaller {
font-size: smaller;
color: #FFFFFF;
}




/* Styles for the default links */
A:link {font-size: small; color: white; text-decoration:underline; }
A:visited {font-size: small; color: white; text-decoration:underline; }
A:active {font-size: small; color: white; text-decoration:underline; }
A:hover {font-size: small; color: red; text-decoration:underline; }





/* Styles for the links -------------  GREY  */
a.grey_smaller:link {
	font-size: smaller;
	color: #a1a1a1;
	text-decoration:none;
}
a.grey_smaller:visited {
	font-size: smaller;
	color: #a1a1a1;
	text-decoration:none;
}
a.grey_smaller:active {
	font-size: smaller;
	color: #a1a1a1;
	text-decoration:none;
}
a.grey_smaller:hover {
	font-size: smaller;
	color: #a1a1a1;
	text-decoration:underline;
}








/* Styles for the links -------------  WHITE  */
a.white_small:link {
	font-size: small;
	color: #ffffff;
	text-decoration:none;
}
a.white_small:visited {
	font-size: small;
	color: #ffffff;
	text-decoration:none;
}
a.white_small:active {
	font-size: small;
	color: #ffffff;
	text-decoration:none;
}
a.white_small:hover {
	font-size: small;
	color: #ffffff;
	text-decoration:underline;
}



a.white_smaller:link {
	font-size: smaller;
	color: #ffffff;
	text-decoration:none;
}
a.white_smaller:visited {
	font-size: smaller;
	color: #ffffff;
	text-decoration:none;
}
a.white_smaller:active {
	font-size: smaller;
	color: #ffffff;
	text-decoration:none;
}
a.white_smaller:hover {
	font-size: smaller;
	color: #ffffff;
	text-decoration:underline;
}





a.white_medium:link {
	font-size: medium;
	color: #ffffff;
	text-decoration:none;
}
a.white_medium:visited {
	font-size: medium;
	color: #ffffff;
	text-decoration:none;
}
a.white_medium:active {
	font-size: medium;
	color: #ffffff;
	text-decoration:none;
}
a.white_medium:hover {
	font-size: medium;
	color: #ffffff;
	text-decoration:underline;
}


