BODY {
	background-color	: #FFFFFF;
	font-family			: Arial;
	color				: #737373;
	font-size			: 14px;

}
li {
	list-style-type		: square;
}
a {
	text-decoration		: none;
	color				: #737373;
	font-variant		: small-caps;
}
a:hover {
	font-weight			: bold;
}
input {
	 height				: 10px;
	 background-color	: #131313;
}
.title {
	font-size			: 22px;	
}
.text {
	font-size			: 14px;	
}
.header {
	font-size			: 17px;
	color				: #000000;

}
.subtext {
	font-size			: 12px;
}

.line {
	 background-color	: #737373;
	 height				: 4px;
}
