.class1 A:link {

color: #3333FF;
text-decoration: none;

}

.class1 A:visited {

color: #9999FF;
text-decoration: none;

}
.class1 A:active {

text-decoration: none;

}

.class1 A:hover {

text-decoration: underline;
}

.chubbybaby  {
	font-weight: bold;
	font-family: georgia;
	font-size: 1em;
}

#container
{
width: 90%;
margin: 2px auto;
background-color: #fff;
color: #333;
line-height: 130%;
vertical-align: text-top;

}

#content
{

font-family: verdana, helvetica, sans-serif;
font-size: 0.7em;
padding: 1em;
padding-top: 0em;
margin: 1em;
text-align: center;
vertical-align: text-top;
}


