/* CSS Cascading Style Sheets */
/* Copyright by Oliver Bohle */

/* Global preferences */
body {  color:black; 
	background:white;
	font-family:"Century Gothic",Arial,sans-serif; 
	font-weight:400; 
	font-size: 12pt; 
	margin:25px;
	width:auto;
	height:101%;}


body.side {  color:black; 
	background:lightblue;
	font-family:"Century Gothic",Arial,sans-serif; 
	font-weight:600; 
	font-size: 12pt; 
	margin:25px;
	width:auto;
	height:101%;}
	

A.inst:link{
	background:transparent;
	color:#3d6c8d;
	text-decoration:none;}

A.inst:active{
	background:transparent;
	color:red;
	text-decoration:none;}

A.inst:visited{
	background:transparent;
	color:#3d6c8d;
	text-decoration:none;}

A.inst:hover{
	background:transparent;
	color:#3d6c8d;
	text-decoration:underline;}

A.menulink:link{
	background:transparent;
	color:#3d6c8d;
	text-decoration:none;}

A.menulink:active{
	background:transparent;
	color:red;
	text-decoration:none;}

A.menulink:visited{
	background:transparent;
	color:#3d6c8d;
	text-decoration:none;}

A.menulink:hover{
	background:transparent;
	color:#3d6c8d;
	text-decoration:underline;}

A.smallweb:link{
	background:transparent;
	color:#3d6c8d;
	font-size: 8pt; 
	font-weight:600; 
	text-decoration:none;}

A.smallweb:active{
	background:transparent;
	color:red;
	font-size: 8pt; 
	font-weight:600; 	
	text-decoration:none;}

A.smallweb:visited{
	background:transparent;
	color:#3d6c8d;
	font-size: 8pt;
	font-weight:600; 	
	text-decoration:none;}

A.smallweb:hover{
	background:transparent;
	color:#3d6c8d;
	font-size: 8pt;
	font-weight:600; 
	text-decoration:underline;}

A:link{
	background:transparent;
	color:black;
	font-weight:600; 		
	text-decoration:none;}

A:active{
	background:transparent;
	color:red;
	font-weight:600; 
	text-decoration:none;}

A:visited{
	background:transparent;
	color:black;
	font-weight:600; 
	text-decoration:none;}

A:hover{
	background:transparent;
	color:black;
	font-weight:600; 
	text-decoration:underline;}


/* title and subtitle layout */
H1.title {color:#3d6c8d; 
	background:lightblue;
	font-family:"Century Gothic",Arial,sans-serif;
	font-size:24pt; 
	font-weight:900;
	text-align:center;}

H2.overtitle {color:#3d6c8d; 
	background:lightblue;
	font-family:"Century Gothic",Arial,sans-serif;
	font-size:10pt; 
	font-weight:900;
	text-align:center;}

H2.docs {color:#3d6c8d; 
	background:lightblue;
	font-family:"Century Gothic",Arial,sans-serif;
	font-size:20pt; 
	font-weight:900;
	margin-bottom:50px;
	text-align:center;}



P.inst {color:#3d6c8d; 
	background:lightblue;
	font-family:"Century Gothic",Arial,sans-serif;
	font-size:10pt; 
	font-weight:900;
	text-align:center; 
}

td.doctitle {color:#3d6c8d; 
	background:lightblue;
	font-family:"Century Gothic",Arial,sans-serif;
	font-size:10pt; 
	font-weight:900;
	text-align:center; 
}

