/* basic elements */
html {
	margin: 0em;
	padding: 0em;
	}
body { 
	font-family: verdana;
	font-size: large;
	line-height: 1.5em;
	color: #606060; 
	background: #FFFFFF; 
	margin: 0em 1.5em 0em 1.5em; 
	padding: 0em;
	}

@media (max-width: 1000px) {
  body { font-size: medium; } 
}

@media (max-width: 500px) {
  body { font-size: small; }  
}

table {
	margin-left: 1em;
	margin-right: 0.5em;
	border: none;	
	
}

col.col-header {
	width: 20%
}

col.col-content {
	width: 60%
}

th {
	padding-right: 0.5em;
	text-align: left;
	border: none;	
	}

td {
	padding-right: 0.5em;
	text-align: left;
	border: none;	
	}

p { 
	margin-top: 0em;
	text-align: justify;
	}

h1 { 
	font-size: 1.4em;
	text-align: center;
	letter-spacing: 0.05em; 
	margin-top: 1em;
	margin-bottom: 1em;
	}

h2 { 
	font-size: 1.2em;
	letter-spacing: 0.05em; 
	margin-top: 1em;
	margin-bottom: 0.5em; 	
	line-height: 1em;
	}

h2.version-title {	
	margin-bottom: 0em;
	}

a:link {
	text-decoration: none;
	color: #606060;
	}
a:visited {
	text-decoration: none; 
	color: #000000;
	}
a:hover, a:focus, a:active {
	text-decoration: none;	
	color: #6EB405;
	}
a.link-contents {
	font-size: 0.8em;
}



