/* Default */
*
{

}

body, fieldset, form, div, table, tr, td
{
	margin: 0px;
	padding: 0px;
	border: 0px;	
	font-size: 13px;
	line-height: 15px;
}

img
{
	border: 0px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
}

body {
	padding: 20px;
	padding-left: 40px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
}

.versions {
	
}

code {
}

code, code * {
	font-family: Courier New;
}

.info a {
	color: rgb(51,0,255);
}