@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link { color: #CC0000; 
}

a:visited { color: #660000; 
} 

.copy {
	font-size: medium;
}

.copy bold {
	font-size: medium;
	font-weight: bold;
}

.header {
	font-size: large;
}

.caption {
	font-size: small;
}

.specs {
	font-size: x-small;
}

.specs bold {
	font-size: x-small;
	font-weight: bold;
}

.fine {
	font-size: x-small;
}


