/* Main Selectors */
body {
	background-color: #8000ff;
	color: #FFFF00;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
     
}


a, a:visited {
	background-color: transparent;
	color: #FFFF00;
}

a:hover {
	background-color: transparent;
	color: #00FFFF;
}

     h1{font-family: Times New Roman, SansSerif, Serif;font-size: xx-large;color: #FFFF00;text-align: center;}
     h2{font-family: Times New Roman, SansSerif, Serif;font-size: x-large;font-weight: 700;font-style: normal;color: #FFFF00;text-align: center;}
     h3{font-family: Times New Roman, SansSerif, Serif;font-size: large;font-weight: 700;font-style: normal;text-align: center;}
     h4{font-family: Times New Roman, SansSerif, Serif;font-size: xx-large;color: #FFFF00;text-align: left;}
table
{ 
margin-left: auto;
margin-right: auto;
border-bottom-color: #000000;
border-left-color: #000000;
border-right-color: #000000;
border-top-color: #000000;
}

hr
{
 color : #ffff00;
 background-color: #ffff00;
}
  
