body {
	font-family: sans-serif;
	background-color: #cdcaca;
}
p {
	font-size: 10pt;
}

li {
	font-size: 10pt;
}

td {
        font-size: 10pt;
}

h1 {
        font-size: 130%;
}

h2 {
        font-size: 110%;
}

p.banner {
    height: 100px;
}

p.image {
    text-align: center;
}

p.copyright { 
    font-size: 8pt;
    font-style: italic;
}

p.language { 
    font-size: 8pt;
    text-align: right;
}

p.doublepara {
    padding: 20px;
}


span.bannertitle {
    font-size: 110%;
    font-weight: bold;
}

span.bannersubtitle {
    font-size: 80%;
    font-style: italic;
}

td.tdonline {
    width: 50%;
    padding: 5px;
    background-color: #dffbdf;
    vertical-align: top;
}

td.tdasm {
    width: 50%;
    padding: 5px;
    background-color: #e0dffb;
    vertical-align: top;
}


a.tryitout {
    font-size: 100%;
    background-color: red;
    color: white;
    padding: 10px;
    margin: 10px 10px 10px 10px;
    border: 1px solid black;
}

a.signup {
    font-size: 100%;
    background-color: green;
    color: white;
    padding: 10px;
    margin: 10px 10px 10px 10px;
    border: 1px solid black;
}

#content { 
    position: absolute;
    top: 10px;
    left: 17%;
    width: 65%;
    padding: 10px;
    float: right;
    border: 1px solid black;
    background-color: white;
}

a {
    color: black;
}

a:hover {
    text-decoration: none;
}

pre 
{
	background: #DDD;
	margin-left: 10px;
	margin-right: 10px;
}




