body{background-image:url(logos/bg.jpg)}

/* This is a coment */

p
{
line-height: 1.5em;
}

h1
{
color: blue;
background-color: white;
font-size: 2em;
margin: 0;
margin-bottom: 0.5em;
padding: 0.25em;
font-style: italic;
taxt-align: center;
letter-spacing: 0.2em;
border-bottom-style: solid;
border-bottom-width: 0.5em;
border-bottom-color: #c00;
}

h2
{
color: white;
background-color: #090;
font-size: 1.5em;
margin: 0;
padding: 0.1em;
padding-left: 1em;
}

h3
{
color: #999;
font-size: 1.25em;
}

a
{
text-decoration: none;
}

strong
{
font-style: italic;
text-transform: uppercase;
}

li
{
color: #900;
font-style: italic;
}






