@font-face{ 
	font-family: 'lato';
	src: url('/fonts/Lato-Reg.eot');
	src: url('/fonts/Lato-Reg.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/Lato-Reg.woff') format('woff'),
	     url('/fonts/Lato-Reg.ttf') format('truetype'),
	     url('/fonts/Lato-Reg.svg#webfont') format('svg');
	font-weight: normal;
  font-style: normal;     
}
@font-face{ 
	font-family: 'lato';
	src: url('/fonts/Lato-Lig.eot');
	src: url('/fonts/Lato-Lig.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/Lato-Lig.woff') format('woff'),
	     url('/fonts/Lato-Lig.ttf') format('truetype'),
	     url('/fonts/Lato-Lig.svg#webfont') format('svg');
	font-weight: 300;
  font-style: normal;     
}
@font-face{ 
	font-family: 'lato';
	src: url('/fonts/Lato-LigIta.eot');
	src: url('/fonts/Lato-LigIta.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/Lato-LigIta.woff') format('woff'),
	     url('/fonts/Lato-LigIta.ttf') format('truetype'),
	     url('/fonts/Lato-LigIta.svg#webfont') format('svg');
	font-weight: 300;
  font-style: italic;     
}
body,td,a,p{font-family:lato,optima,verdana,sans-serif;text-align:justify;font-weight:300;}
h1,h2,h3,b{font-family:lato,helvetica,sans-serif;text-align:left;font-weight:400;}
li{text-align:left;}
#menu {
	width: 100%;
	display: block;
	top: 0;
	margin: 0;
	padding: 0;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
}

#menu ul {
	list-style-type: none;
	padding-left: 2em;
	margin: 0;
	overflow: hidden;
}

#menu li {
	float: left;
	padding-right: 20px;
}

#menu a {
	display: block;
}

#contents {
	display: block;
	margin-left: 2em;
	width: 50em;
	min-width: 550px;
	font-size: 85%;
}
@media screen and (max-width: 800px) {
	#contents {
		margin: 0.2em;
		width: 80%;
	}		
}

#contents p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

.code {
	font-family: 'Lucida Console', 'Bitstream Vera Sans Mono', 'Courier New',
		Monaco, Courier, monospace;
	white-space: pre;
	width: 50em;
	line-height: 1.4em;
	margin: 1em 0;
	padding: 1em 0 1em 1em;
	font-size: 80%;
	color: #ffffff;
	background-color: #000;
	overflow: auto;
}

.light {
	color: grey;
	font-size: 80%;
}	

a:link,
a:visited {color: #555555;}
a:hover {color: black;}
#menu a:link,
#menu a:visited {text-decoration: none}
