/* CSS Document */

.p {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #333333;
	text-align: justify;
	font-style: normal;
	line-height: normal;

}
.h1 {
	font-family: "Courier New", Courier, mono;
	color: #CC0000;
	font-size: 16px;
	font-style: normal;
	text-align: left;

}
a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FF3300;
	text-decoration: underline;
}
a:active {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FF0000;
	text-decoration: underline;
}
.list {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: square;
	font-size: 13px;
	color: #0066FF;
	text-align: left;
	position: static;
	font-family: "Courier New", Courier, mono;
	border-top-color: #33CCFF;



}
.h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FF0000;
	text-align: left;

}
.p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-align: center;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
.list_howto {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: number;
	font-size: 15px;
	color: #003333;
	text-align: justify;
	font-family: "Courier New", Courier, mono;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 20px;
}

