
a:link {color: black;}
a:visited {color: black;}
a:active {color: #FF0000;}

a.blue:link {color: #0000FF;}
a.blue:visited {color: #1133FF;}
a.blue:active {color: #FFFF00;}

#titel {color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	background: #FF6600;
	}

#pad {padding: 10px;
	}

#backlink {font-size: x-large;
	}


.main table { font-size: medium;
	color: black;
	}

.main { font-family: Arial, Helvetica, sans-serif;
	background: white;
	color: black;
	background-image: url(../LINUX/Linux-Background.jpg);
	padding: 8px;
	margin: 0px;
	position: absolute;
	left: 230px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	text-align: center;
	}

.table_center td { padding-left: 10px; padding-right: 10px; text-align:center; }
.table_left td { padding-right: 10px; text-align:left; }



