@media all {

	.italic {
		font-size:100%;
		font-style:italic;
	}

	.small {
		font-size:80%;
		font-family:sans-serif;
	}

	h1 {
		font-size:140%;
		font-family:sans-serif;
		font-weight:bold;
	}

	h2 {
		font-size:120%;
		font-family:sans-serif;
		font-weight:bold;
	}

	h3 {
		font-size:110%;
		font-family:sans-serif;
		font-weight:bold;
	}

	h4 {
		font-size:100%;
		font-family:sans-serif;
		font-weight:bold;
	}

	body {
		font-family:"Trebuchet MS", sans-serif;
		text-align:justify; 
		font-size:100%;
	}

	.logo {
		width: 240px;
		float: left;
	}

	.content {
		padding: 10px;
	}

	.footer {
		clear: both;
		font-size:80%;
		font-family:sans-serif;
	}

	pre.frame	{
		margin: 2.2em 2em 0.2em 1em;
		border: 1px solid #999999;
		padding: 0.2em;
		background-color: #00ff99;
		font-family: monospace;
		font-size: 90%;
		color: #000000;
	}

	.frame {
		border-color: red;
		border-style: dashed;
		padding: 5px;
	}

	A:link {
		color: blue;
		text-decoration: none;
		cursor: pointer;
	}

	A:visited {
		text-decoration: none;
	}

	A:hover {
		text-decoration: underline
	}

	#nav	{
		margin: 0;
		font-size: 90%;
		background-color: #33CC33;
		padding: 2px 0;
		color: #000000;
		padding-bottom: 6px;
		padding-top: 6px;
	}

	#nav li	{
		display: inline;
		list-style-type: none;
		padding-left: 30px;
		background-color: #33CC33;
	}

	#nav a, #nav a:link, #nav a:visited
	{
		border: 1px solid #33CC33;
		padding: 1px;
		color: blue;
	}

	#nav a:hover
	{
		border: 1px solid #000000;
		background-color: transparent;
		text-decoration: none;
	}

	img { border: 0; }

}

