html {
padding: 0;
margin: 0;
overflow-x: hidden;
}

a {
text-decoration: underline;
color: #000;
}

h2 {
font-family: 'arial';
font-size: 150%;
font-weight: bold;
line-height: 30px;
color: #000;
padding: 0;
margin: 0;
}

h3 {
font-family: 'tahoma';
font-size: 95%;
font-weight: bold;
color: #000;
padding: 0;
margin: 0;
}

#content {
width: 460px;
text-align: left;
margin-top: 5px;
font-family: arial;
font-size: 95%;
color: #000;
overflow-x: none;

}

.left {
clear: both;
float: left;
width: 49%;
height: 200px;
padding-top: 30px;
text-align: left;
}

.right {
float: left;
width: 49%;
height: 200px;
padding-top: 30px;
text-align: left;
}

.full {
clear: both;
width: 100%;
text-align: left;
padding-top: 30px;
}

.full p {
font-family: arial;
font-size: 80%;
padding-top: 0;
color: #000;
line-height: 18px;
}

.full img {
float: left;
margin-right: 0.6em;
border: solid 1px #000;
}

.full ul {
margin-left: 15px;
}

.full ul li {
list-style-image: url(star.png);
font-family: arial;
font-size: 80%;
padding-left: 5px;
margin-left: 0;
padding-bottom: 10px;
color: #000;
line-height: 18px;
}

.full a {
text-decoration: underline;
}

#content a {
font-family: arial;
font-size: 95%;
color: #000;
text-decoration: none;
}

#content a:hover {
color: #000;
text-decoration: underline;
}

#content2 a {
color: #215dc6;
text-decoration: underline;
}

#content2 a:hover {
color: #215dc6;
text-decoration: underline;
}

.c {
font: 14px tahoma,verdana,sans-serif;
text-decoration: none;
color: #000;
text-align: left;
}





