/*                  Styles for Numeracy online training home section
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
		   

Cascade mean that later specs override earlier ones if browser conforms to CSS 2.

*/

/* ---------------- Main items --------------- */

BODY {
    background-color: white ;
    color: black ;
    font-family: "Verdana", "Arial", "Helvetica", sans-serif ;
  }

/* ---------------- Links ----------------------------------- */

/* Rem out next item out if problems with Internet Explorer 4 */

A:link { 
	color: #B34160  ;
  }    							/* unvisited links */
  
A:visited { 
	color: #5D0D23 ;
  }   							/* visited links   */
  
A:hover { 
	color: #C5929F ;
  } 							/* user hovers     */
  
A:active { 
	color: #BCFF65 ;
  }   							/* active links    */
  
A.Menu {
	text-decoration: none ;
  }								/* deletes underline on main navigation links    */

/* ---------------- Other standard HTML items --------------- */

H1, H2, H3, H4, H5, H6, LI, P, TD, TH {
     font-family: "Verdana", "Arial", "Helvetica", sans-serif ;
  } 
  
H1, H2, H3, H4, H5, H6 {
     padding-top: 0.3em ;
  } 

SAMP {
    font-family: "Verdana", "Arial", "Helvetica", sans-serif ;
    font-weight: bold ;
    color: #324542 ;
    font-size-adjust: 0.58 ;
  } 

TT {
    font-family: monospace, serif ;
  } 

DFN {
    
  }   


/* ---------------- navigation ond layout class attributes --------------- */

.Navigation { 
	padding-left: 10px ;
	padding-right: 10px ;
	vertical-align: middle ;
  }
  
.SideNav { 
	spacing-left: 10px ;
  }

.Top { 
	padding-top: 30px ;
	text-align: center ;
  }
  
.Choice {
    color: white ;
    font-size: 0.8em ;
    padding: 5px ;
    text-align: center ;
    font-weight: bold ;
  }
  
.Description {
    font-size: 0.8em ;
    padding: 5px ;
  }
  
.Heading { 
	  padding-top: 0.3em ;
  }
