@charset "utf-8";
/* CSS Document */

/* Basic Elements ------------- */

body {
	background: #cccccc;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}

a {
	color: #blue;
	text-decoration: underline;
	}

a:hover {
	color: #red;
	}

p {
	line-height: 20px;
	}

img {
	border: none;
	margin: 0;
 	padding: 0;
	}

ul {
	margin: 15px;
	padding: 0;
	}

ul li {
	padding: 0;
	}

hr {
	border: 0;
	color: #cccccc;
	background: #cccccc;
	height: 1px;
	margin: 5px 0;
	padding: 0;
	width: 100%;
	}

br {
	clear: both;
}

.alert {
	color: red;
}

/* Headers ------------- */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h4 {
	}

h5 {
	}

h6 {
	}

/* Table ------------- */

td {
	padding: 5px;
	text-align: center;
}
