﻿
html, body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	height: 100%;
}

a {
	color: #9c2929;
}

img {
	border: 0;
}

.border-green {
	border: solid 1px Green;
}
.border-brown {
	border: solid 1px Brown;
}
.border-red {
	border: solid 1px Red;
}
.border-blue {
	border: solid 1px Blue;
}

.red {
	color: #c75430;
}
.gold {
	color: #ba9141;
}

.hide {
	display: none;
}

.space-10 {
	width: 100%;
	height: 10px;
}

.space-20 {
	width: 100%;
	height: 20px;
}
