body{
	font-size:12px;
	background: url("bg.jpg");

}
table{
	font-size:12px;
	background: url("bg2.jpg");
	border: none;
}
p{
margin-left: 10px;
}
h2{
        text-align: left;
        font-size:16px;
	margin-bottom: 6px;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
        border-bottom:3px dotted #003300;
}
h3{
        text-align: left;
        font-size:14px;
	margin-left: 5px;
	margin-bottom: 6px;
	font-weight: bold;
	padding: 4px 0px 4px 15px;
        border-left:2px dotted #009900;
	border-bottom: 2px dotted #009900;
}
h4 {
	border: 1px dashed #00aa00;
        border-right:5px solid #00aa00;
        font-size:12px;
	padding: 2px 2px 2px 0px;
	margin-bottom: -10px;
}

table#table-02 {
    border: 1px #000000 solid;
	border-collapse: collapse;

}

table#table-02 th {
    padding: 2px;
    border-width: 0 0 1px 1px;
    border: 1px #000000 solid;
    text-align: center;

}
table#table-02 td {
    padding: 3px;
    border: 1px #000000 solid;
    border-width: 0 0 1px 1px;
}
a {
text-decoration: none;
}

