	

/* Past this line into the <head></head> of all .html files that will refer to this style sheet file - 
<link rel="stylesheet" type="text/css" href="styles.css"> 
*/

/* Body Black used in blue box on experience pg*/ 
.body {font-family: Arial, Verdana ; color:#000000 ; font-size:12px ; }

/* Body Black used on hmpg quote*/ 
.bodyi {font-family: Arial, Verdana ; color:#000000 ; font-size:12px ; font-style: italic}

/* Body Black BOLD used on hmpg quote*/ 
.bodyib {font-family: Arial, Verdana ; color:#000000 ; font-size:12px ; font-weight: bold}

/* Body Black Small used on friends of JD tagline on hmpg*/ 
.bodysmall {font-family: Arial, Verdana ; color:#000000 ; font-size:9px ; }

/* Body Blue primary body copy */
.bodyblue {font-family: Arial, Verdana, ; color:#1C233F ; font-size:12px ; } 

/* Body Bold Black keep*/
.bodybold {font-family: Arial, Verdana ; color:#000000 ; font-size:12px ; font-weight: bold  }

/* Captions- used beneath photographs*/
.caption {font-family: Arial, Verdana ; color:#000000 ; font-size:10px ; }

/* Body White Small - 'friends of JD' tagline across bottom of every pg, also in voter resource mini menu*/
.bodywhite {font-family: Verdana, Arial ; color:#FFFFFF ; font-size:9px ; }

/* Titles Red PFP used on WhyJohn pg for headers*/
.titleredLG {font-family: Arial, Verdana, ; color:#D81F2A ; font-size:18px ; font-weight: bold ;} 

/* Titles Red Unbolded used on hmpg statement john runs...*/
.titleredunbold {font-family: Arial, Verdana, ; color:#D81F2A ; font-size:14px ; } 

/* Titles Black used on hmpg*/
.title {font-family: Arial, Verdana, ; color:#000000 ; font-size:16px ; font-weight: bold ;} 

/* Titles Red used on hmpg statement john runs...*/
.titlered {font-family: Arial, Verdana, ; color:#D81F2A ; font-size:14px ; font-weight: bold ;} 

/* Titles Red Larger used on hmpg statement john runs...*/
.titlered2 {font-family: Arial, Verdana, ; color:#D81F2A ; font-size:15px ; font-weight: bold ;} 

/* Legal Body used on legal pg*/
.legalbody {font-family: Arial, Verdana ; color:#6f6f6f ; font-size:9px ; }

/* Legal Headers used on legal pg*/
.legalhdr {font-family: Arial, Verdana ; color:#394576 ; font-size:10px ; }

/* Body Bold Black headers used on experience pg */
.smallheader {font-family:Verdana, Arial ; color:black ; font-size:9pt ; font-weight: bold ; } 

/* Body Bold White headers used on voter resource box hmpg */
.smallheadwh {font-family:Verdana, Arial ; color:#ffffff ; font-size:9pt ; font-weight: bold ; } 

/* Body Bold Underlined */
.smallheader2 {font-family:Verdana, Arial ; color:black ; font-size:10pt ; font-weight: bold ; text-decoration:underline ; } 


/* Psuedo Styles for Links */
/* Add class=large(medium, small) in an link tag to utilize these attribues*/

A.medium:link {text-decoration: none; font-family: Arial, Verdana ; color: #1E3592; font-size:12px ; }
A.medium:visited {text-decoration: none; font-family: Arial, Verdana ; color: #1E3592; font-size: 12px ; }
A.medium:hover {text-decoration: underline ; } 

/*voter resource box links*/
A.mediumwh:link {text-decoration: none; font-family: Arial, Verdana ; color: #ffffff; font-size:12px ; }
A.mediumwh:visited {text-decoration: none; font-family: Arial, Verdana ; color: #ffffff; font-size: 12px ; }
A.mediumwh:hover {text-decoration: underline ; } 

/* small italics*/
A.smalli:link {text-decoration: none; font-family: Verdana, Arial ; color: #1E3592; font-size:10px ; font-style: italic }
A.smalli:visited {text-decoration: none; font-family: Verdana, Arial ; color: #1E3592; font-size: 10px ; font-style: italic}
A.smalli:hover {text-decoration: underline ; } 

/* navy and red mini menus*/
A.small:link {text-decoration: none; font-family: Verdana, Arial ; color: #FFFFFF; font-size:10px ; }
A.small:visited {text-decoration: none; font-family: Verdana, Arial ; color: #FFFFFF; font-size: 10px ; }
A.small:hover {text-decoration: underline ; } 

/* two small links at very bottom of each pg*/
A.smallwhite:link {text-decoration: none; font-family: Verdana, Arial ; color: #aaaaaa; font-size:10px ; }
A.smallwhite:visited {text-decoration: none; font-family: Verdana, Arial, ; color: #aaaaaa;  font-size: 10px ; }
A.smallwhite:hover {text-decoration: underline ; } 

/* large red header links on contact page*/
A.red:link {text-decoration: none; font-family: Arial, Verdana ; color: #D81F2A; font-size:14px ; font-weight: bold;}
A.red:visited {text-decoration: none; font-family: Arial, Verdana ; color: #D81F2A; font-size: 14px ;font-weight: bold; }
A.red:hover {text-decoration: underline ; } 