body {
    background-color: lightgray;
}

h1 {
    color: #f70;
    text-align: left;
	font-weight: bold;
	font-size: 32px;
	font-family: verdana;
}
h5 {
    color: #f70;
    text-align: left;
        font-weight: 250;
        font-size: 20px;
        font-family: Times;
}

p {
    font-size: 20px;
	color: #f50;
	font-family: Serif;	
}
table {
    width: 50%;
}

th {
    height: 50px;text-align: left;
	background-color: lightblue;
    color: #f70;
}
td {
    height: 50px;
    vertical-align: top;
	background-color: lightgray;
    color: black;
}
ul.a {
    list-style-type: circle;font-family: Serif;
    font-size: 20px;color: #f50;
}
ul.b {
    list-style-type: square;
}


ol.a {
    list-style-type: upper-roman;
 font-family: verdana;
    font-size: 16px;
	color: #f20;
	font-family: Serif;
}

ol.b {
    list-style-type: lower-alpha;
}

ul.d {
    list-style-type: square;
}

/* visited link */
a:visited {
    color: #fa0;
}

/* unvisited link */
a:link {
    color: #f00;
}

/* mouse over link */
a:hover {
    color: #ff0;
}

/* selected link */
a:active {
    color: yellow;
} 
