body, html {
color: yellow; 
font-family: Comic Sans MS;
background-color: Red; 
}
body {
font-size: 1.2em;
font-weight: bold;
min-width: 760px;
background-color: red
}
p {
padding: 7px 0 7px 0;
}
a {
color: yellow;
background-color: Red; 
}
a:hover{
color: blue;
text-decoration: none;
}
h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
background-color: red;
}
h1 {
font-size: 1.5em;
color: yellow
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
text-align: center;
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
datum {
font-size: 8;
font-weight: normal;
text-align: center;
}