@import url("../base.css");
body  {  color: #ffffbb; background-color:#000000; }
				
a:link { color: #99ddff; text-decoration: none; }
a:visited { color: #bbeeff; text-decoration: none; }
a:active { color: #ff1111;  text-decoration: none; }
a:link:hover {color: #ff1111; text-decoration: underline; }


h1, h2, { color:#ffffcc; }
	
p { padding: 3px 3px 3px 0;}
p.caption {color:#bfb; }
p.foot  { color:#ffffdd;  width: 70%; font-size:14px;  font-style:normal; margin-left: auto; margin-right: auto; }
p.footnote {	font-size:14px;}	
em { font-style: normal; font-weight: bold; color: #ffc; }

TABLE  {  font-style:normal; border: none; padding: 0; margin: 0; }

TR.pr { color:white; font-size:14px; font-style:normal; font-weight:bold; }

table.perfo {width:96%; margin-left: auto; margin-right: auto; }
table.perfi {width:100%; background-color: #042322; }

table.perf { width: 100%; background-color: #042322; }

.amd { font-size: 14px; color: #ff4444; }
.cyrix { font-size: 14px; color: #44ff44; }
.zilog { font-size: 14px; color: #4444ff; }
.intel { font-size: 14px; color: #ffffbb;}

.intext { 
        background-color: #004; 
		font-size: 13px; 
		line-height: 15px; 
		font-weight: normal; 
		text-align: left; 
		width: 100%;
		}
.intext td { background-color: #004466; text-align: left; font-weight: normal; } 
.intext th { background-color: #002244; text-align: left; font-weight: bold; } 

TD.graph { color: white; font-size: 12px; }

div.intro {background-color: #000000;}

div.main {
	border: solid;
	border-width: 0 1px 0 1px;
	border-color: #333;
	width: 78%;
	margin: 80px auto 80px auto;
	padding: 0 2% 0 2%;
	}	

div.entry {
	color: #ffffcc; 
	background-color: #e11; 
	text-align: center; 
	font-family : 'Garamond', 'Times New Roman', Roman, serif;
	font-size: 22px; 
	font-weight: bold;
	width: 100%;
	margin: 0 0 25px 0;
	padding: 20px 0 20px 0;
	}

table.spec { 
	background-color:#000;
	width:100%; 
	margin: 0;
	font-size: 12px; 
	line-height: 15px ; 
	}
table.spec td, table.spec th { background-color: #004422; text-align: left; padding-left:5px;}

div.textbox {
	background-color: #034;
	color: white;
	width: 98%;
	margin: 40px auto 0 auto;
	padding: 20px 0 20px 2%;
	}	
div.textbox p {padding-right: 15px;}
div.textbox img {margin-left: 10px;}
	/* quite a lot of overrides here */

div.texthead {
	color: #eeffff; 
	background-color: #080888; 
	text-align: center; 
	font-family : 'Garamond', 'Times New Roman', Roman, serif;
	font-size: 22px; 
	font-weight: bold;
	width: 100%;
	padding: 20px 0 20px 0;
	}


hr {background-color: #f11;	color: #f11;}
	
table#footer th { background-color: #004; 	}
#footer a:link	{ color: #9de;}
#footer a:visited { color: #7de; }
#footer a:active { color: #f11;  }
#footer a:hover	{color: red;}
