html,body{
    line-height:100%; 
	margin: 0;
	padding: 0;
	line-height:100%;
	background-color: #ffffcc;
	font-family: times new roman,arial,tahoma,sans-serif;
}
.container {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:310px;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: times new roman,arial,tahoma,sans-serif;
	font-size: 100%;
	color: #ff0000;
	text-decoration: none;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: times new roman,arial,tahoma,sans-serif;
	font-size: 100%;
	color: #005E00;
	text-decoration: none;
}

h3,h4,h5,h6,p,span,img {
	margin: 0;
	padding: 0;
	font-family: times new roman,arial,tahoma,sans-serif;
	font-size: 100%;
	color: #000000;
	text-decoration: none;
}

a:link       { font-size: 100%; text-decoration: none; font-weight: bold; }
a:visited    { font-size: 100%; text-decoration:none; font-weight: bold; }
a:hover      { color: #3399FF }
a            { text-decoration: none; font-weight: bold }
a:active     { font-family: Times New Roman; font-size: 100%; text-decoration: none; font-weight: bold }

table        { margin:0; font-family: Times New Roman;,arial,tahoma,sans-serif; list-style-type: circle; font-size: 100%; font-weight: bold; line-height:125%; text-align:left }