/* General tags */
body, table, a, td, h1, h2, ul, li {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
}

h1.title {
	margin-top: 8px;
	font-size: 26px;
	text-align: center;
}

h1.subtitle {
	font-size: 17px;
	text-align: center;
}

.mainpage {
	padding: 10px;
	background-image: url('../images/badcompanies.gif');
	background-repeat: no-repeat;
	background-position: 50% 180px;
}

.company {
	background-color: #33FFCC;
}

.contact {
	background-color: #33FFFF;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

a {
	text-decoration: none;
}

table {
	width: 100%;
	border: 1px solid black;
}

tr {
	vertical-align: top;
}

td {
	vertical-align: top;
	padding: 5px;
}

ul {
	padding-left: 16px;
}
