/*Step One: Insert the code below before the closing head tag.
			link rel="stylesheet" type="text/css" href="css/cpu.css"
  Step Two: Apply styles to headings, form lables, instructional text, subheads and table headers
  Step Three: Clear out any unneeded font tags or unneccesary code*/

/*Computer Power User*/

/* burgandy top header */
.heading {
		font-weight:bold; 
		font-size:14pt; 
		line-height:16pt; 
		color:#990000}   
		
/* burgandy subhead */
.subhead {  
		font-weight:bold; 
		font-size:14pt; 
		line-height:16pt; 
		color:#990000}                
                  
/* article titles*/
.articletitle {
		font-weight:bold; 
		font-size:28pt; 
		line-height:32pt;}

/* small table copy*/
.small {
		font-size:8pt; 
		line-height:10pt;} 

/*Small Table headers*/
.TableHead {
		font-weight:bold; 
		font-size:10pt;
		font-family:"Arial","Helvetica";
		color:White}
		
/*Large Table headers*/
.LargeTableHead {
		font-weight:bold; 
		font-size:12pt;
		font-family:"Arial","Helvetica";
		color:White}

/*Publication Titles*/
.pubs {
		font-weight:bold; 
		font-size:12pt;
		font-family:"Arial","Helvetica";
		color:000000}
				
a:hover{color:FF6600; }
 
a.topnav:link {text-decoration:underline; color:#521006}
a.topnav:visited {text-decoration:underline; color:#521006}
a.topnav:active {text-decoration:underline; color:#521006}
a.topnav:hover {text-decoration:underline; color:#FFCC66}

a.bannerlink:link {text-decoration:none; color:#792720}
a.bannerlink:visited {text-decoration:none; color:#792720}
a.bannerlink:active {text-decoration:none; color:#792720}
a.bannerlink:hover {text-decoration:underline; color:#C73000}

a.bannerlink2:link {text-decoration:none; color:#792720}
a.bannerlink2:visited {text-decoration:none; color:#792720}
a.bannerlink2:active {text-decoration:none; color:#792720}
a.bannerlink2:hover {text-decoration:underline; color:#000000}

a.bannerlink3:link {text-decoration:none; color:#ffffff}
a.bannerlink3:visited {text-decoration:none; color:#ffffff}
a.bannerlink3:active {text-decoration:none; color:#ffffff}
a.bannerlink3:hover {text-decoration:underline; color:#FDC370}

a.footer:link {text-decoration:underline; color:#ffffff}
a.footer:visited {text-decoration:underline; color:#ffffff}
a.footer:active {text-decoration:underline; color:#ffffff}
a.footer:hover {text-decoration:underline; color:#FF9900}

a.price:link {text-decoration:underline; color:#0049A5; font-size: 9pt}
a.price:visited {text-decoration:underline; color:#0049A5; font-size: 9pt}
a.price:active {text-decoration:underline; color:#0049A5; font-size: 9pt}
a.price:hover {text-decoration:underline; color:#0049A5; font-size: 9pt}

/* -------------------------------------------------- */
/* ---DO NOT USE - THESE ARE APPLIED AUTOMATICALLY--- */		 

/* main body copy inside table data*/
TD {
		font-family:"Arial","Helvetica"; 
		font-size:10pt;}
		
/* main body copy inside body*/
BODY{
		font-family:"Arial","Helvetica";  
		font-size:10pt;}

H2 { display: inline; margin-top: 0px; margin-bottom: 0px; margin-left: 0;
  padding-left: 0;}


           