
body
{
	font-family: sans-serif;
	font-size: 12px;
	color: black
}


h1
{
	font-size: 16px;
	color: blue
}

h2
{
	font-size: 14px;
	text-decoration: bold;
	color: red
}


.bottbord
{
	border-collapse: collapse;
	padding: 3px;
	margin: 0;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: blue
}


