.Title
{
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	letter-spacing: 2px;
}

.h1
{
	color: #c36500;
	font-size: 12px;
	font-weight: bold;
}

.h2
{
	color: #8d980d;
	font-size: 12px;
	font-weight: bold;
}

.h3
{
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.h4
{
	color: #999999;
	letter-spacing: 3px;
	font-weight: bold;
}

.text_footer
{
	color: white;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

.img_border
{
	border: 1px black solid;
	margin: 5px;
}

.img_no_border
{
	margin: 5px;
}

.img_link
{
	border: none;
	margin: 5px;
}

/* General <a> */
a
{
	color: #660000;
}

/* <a> with different color */
.a_color
{
	color: #8fa72f;
}

/* <a> without decoration */
.a_clean
{
	color: black;
	text-decoration: none;
}

.a_footer
{
	color: white;
	text-decoration: none;
}
