body { font-family: "trebuchet ms", arial;
    font-size: 0.8em;
	color: grey;
	background-color: white;
	margin: 1em;
	padding: 0;}

h1 { font-size: 2em;
 	background-color: yellow;
	color: grey;
	margin: 0.5em;
	padding: 0.5em;
    border-style: solid;
    border-width: 2px;
    border-color: grey; }

h2 {font-size: 1.5em; }

img {border-style: solid;
    border-width: 1px;
    border-color: black; }

a { text-decoration: none; }

li { color: black;
font-style: italic; }

p { letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.5em;
    text-align: center; }

table {  
text-align: center; 
color: white;
width: 98%;
table-layout: fixed;
border-collapse: collapse;
border-spacing: 1px;
background-color: grey; }

th { color: grey;
border: 1px grey solid; }

td { border: 1px yellow solid; }

#support td:hover {
background-color: yellow;
color: grey;
border: 1px grey solid; }


a:link  {text-decoration: none;
    color: grey; }
	
a:visited { color: grey;
text-decoration: none; }

a:hover  {text-decoration: none;
    color: red; }
	
