/* Accompanies Windows IE 5.5 PNG fix by Bob Osola */

p{
	font-size : 1em;
}

h1{
	font-size : 1.5em;
}

h2{
	font-size : 1.3em;
}

img {
	border : 0 none;
}

pre, .monospace {
	font-family : "Courier New", Courier, monospace;
}

.plainbackground{
   background : White url("bg.html") repeat-y;
   padding: 0 0 0 40px;
}

#car{
    float:right;
	border : 1px solid #FF0000;
	width:160px;
    padding: 5px;
	margin-left:30px;
}

.caption {
	font-size : 0.75em;
	margin : 5px 5px 5px 5px;
}

.content {
	margin-left : 100px;
	margin-right : auto;
	width : 70%;
}

a {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4a7445;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration : underline;
}

.valid a:hover{
	text-decoration : none;
}

.red{
	color:red;
}


