/*
   Filename:          Home.css
   Supporting Files:  Home.html

old Color: rgb(128,128,128)

*/

*              {padding: 0px; margin: 0px}

body           {display: block; background-color: 8DFB9F; font-family: arial; font-size: 25px}
h1             {text-align: center; font-size: 30px; font-family: arial; color: black}
h2             {text-align: center; font-size: 25px; font-family: arial; color: black; font-weight: bold}
h3             {text-align: center; color: black; font-weight: bold}
h4             {text-align: center; font-size: 25px; font-family: arial;  font-weight: bold}
h5             {text-align: center; font-size: 15px; font-family: arial;}
p              {text-align: center}
joke		{font-family: arial; font-weight: bold}

/*In the Table*/
#table         {text-align: center; font-size: 30px; font-family: Times New Roman; text-decoration: underline;
			color: black; font-weight: bold}
#detail        {text-align: center; font-size: 20px; font-family: Times New Roman}
#important     {color: red}

