body, td, th {
	font-size : 10pt;
}

a.css {
	text-decoration : none;
}

a:hover.css {
    color : white;
    background-color : navy;
    text-decoration : none;
}

big {
	font-size : 12pt;
    color : white;
    background-color : green;
    width : 600px;
    text-align : center;
    padding-top : 3px;
    padding-left : 3px;
    padding-right : 3px;
    padding-bottom : 3px;
}

small {
	font-size : 8pt;
}

.line1 {
  	height : 20px;
}

div.title{
    font-weight : bold;
	font-size : 11pt;
    color : black;
    background-color : #98CF18;
    padding-top : 5px;
    padding-left : 5px;
    padding-right : 5px;
    padding-bottom : 5px;
}

.point1 {
	background-color : #feffe8;
	width : 90px;
}

.point2 {
	background-color : #f0ffe8;
	width : 90px;
}

.point3 {
	background-color : #e8fff1;
	width : 90px;
}

.point4 {
	background-color : #e8f7ff;
	width : 90px;
}

.point5 {
	background-color : #fdecff;
	width : 90px;
}
