body {
    background-color:  #E8E8E8;
    font-family: arial, helvetica, sans-serif; 
	color: #404040;
	font-size:100%
}
/* By the way, this is a comment */
p {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}

h1 {
    font-size: 2.5em;
    text-align: center;
}

h2 {
    font-size: 1.75em;
    text-align: center;
}
h3 {
    font-size: 1.5em;
	text-align: center;
}

h4 {
	font-size: 1.25em;
	text-align: center;
}

img {
    border-style: solid;
    border-width: 2px;
    border-color: #ccc;
}
a {
    text-decoration: none;

}
strong {
    font-style: italic;
    text-transform: uppercase;
}
li {
    color: #900;
    font-style: italic;
}
table {
    background-color: #DCDCDC;
}