@import "common.css";
@import "oldschool-colors.css";
@import "oldschool-header.css";
@import "oldschool-menu.css";
@import "oldschool-footer.css";

@media screen {
	body {
		padding: 100px 0px 70px 160px;
		font-family: sans-serif;
	}

	h1, h2, h3, h4, h5, h6 {
		text-align: left;
		font-family: "Courier New", monospace;
	}
	h1 {
		font-weight: bold;
		font-size: x-large;
		margin-left: 0;
	}
	h2 {
		font-weight: normal;
		font-size: x-large;
		margin-left: 0;
	}
	h3 {
		font-weight: bold;
		font-size: large;
		margin-left: 1ex;
	}
	h4 {
		font-weight: normal;
		font-size: large;
		margin-left: 2ex;
	}
	h5 {
		font-weight: bold;
		font-size: medium;
		text-align: left;
		margin-right: 10ex;
	}
	h6 {
		font-weight: bold;
		font-size: medium;
		margin-left: 8ex;
		margin-right: 20ex;
	}

	p {
		margin-left: 3ex;
	}

	strong {
		font-weight: bold;
	}

	a:link {
		text-decoration: underline;
	}
	a:visited {
		text-decoration: underline;
	}
	a:active {
		text-decoration: underline;
	}
	a:hover {
		text-decoration: underline;
	}

	thead {
		font-family: monospace;
		font-weight: bold;
		line-height: 1.5em;
	}
	thead a:before {
		content: "[:";
	}
	thead a:after {
		content: ":]";
	}
	thead a:link {
		text-decoration: none;
	}
	thead a:visited {
		text-decoration: none;
	}
	thead a:hover {
		text-decoration: underline;
	}
	thead a:active {
		text-decoration: none;
	}

	.news h5 a {
		text-decoration: none;
	}
}

