/* default html style */
body {
	color : #464646;
	background-color : #efefef;
	font-size : 12pt;
	margin : 50px;
	padding : 50px;
}

p {
	font-size : 10pt;
	padding-left : 15px;
	background-color : transparent;
}

.icon {
	position : absolute;
	color : #454599;
	background-color : transparent;
}

.red {
	color : red;
	background-color : transparent;
}

.green {
	color : #009933;
	background-color : transparent;
}

.blue {
	color : blue;
	background-color : transparent;
}

.violet {
	color : #9900cc;
	background-color : transparent;
}

a:link {
	color : red;
	text-decoration : none;
}

a:visited {
	color : #999999;
	text-decoration : none;
}

a:hover {
	color : blue;
	text-decoration : underline;
}

a:active {
	color : #000000;
	text-decoration : underline;
}
