<dtml-call "RESPONSE.setHeader('Content-Type', 'text/css')">

table.content {
        border: 1px dotted #660000;
      

}

body {
	background: #ffffff;
	border: 1px dotted #660000;
        padding: 15px;
        margin: 15px;
        width: 660px;
	color: #333333;
	font:75%/1.5 lucida sans unicode, trebuchet ms, verdana, serif;
}

img {
        border: 0px;
}

h1 {
       	font-size: 100%;
        font-weight: bold;
}

h2 {
       	font-size: 1.2em;
        font-weight: bold;
}

h3 {
       	font-size: 1.2em;
        font-weight: bold;
}

a {
 	color: #CC0000;
	font-family: lucida sans unicode, trebuchet ms, verdana, serif;
	font-weight: normal;
	line-height: 130%
 
}

a:hover {
 	color: #FF0000; 
}


small {
 	color: #999999;
	font-family: lucida sans unicode, trebuchet ms, verdana, serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 130%
 
}