.smb{
	font-size: 7pt;
	color: Aqua;
}
BODY {
	background: #D8BFD8;
	border : dashed Blue;
	color : Yellow;
	font-size : 12pt;
	font-family : Comic Sans MS
}

a:hover{
color:Red;
font-style:italic
}
P {
	background: #FF0000
}
H1 {
	background: #0000A0;
	color : #FFFFFF;
	font-weight: bold;
	font-size : 18pt;
	font-family :  Arial
}
H2 {
	background: #FFFF00;
	color : #000000;
	font-weight: bold;
	font-size : 30pt;
	font-family : Arial;
	text-align : center;
}
H3 { background: #FFFFFF;
color : #000000;
font-weight: bold;
font-size : 20pt;
font-family : Arial}
div.b1 {
	width: auto;
	color: red;
	border: double red;
}
div.b {
	color: Fuchsia;
	text-align : right;
	vertical-align : super;
	font-size : xx-small;
}
div.b2 {
	width: 50%;
	color: Lime;
	border: thin solid rgb(255,165,0);
	;
	text-align : center;
	margin-left : 25%;
}
div.c{
	color: Blue;
	background-color : transparent;
	text-align : center;
}
