/* StyleSheet for silvie.brucklacher.com */
/* ralf.tinca.net 2007-02-11 */

html {
}
body {
   background-color : #FFFFFF;
   margin-top : 0px;
   margin-left : 0px;
   font-family : Arial, Helvetica, Geneva, Verdana, sans-serif;
}
/* richtige reihenfolge der pseudoelemsnte: */
a {
}
a:link {
   color : #FF6600;
}
a:visited {
   color : #CE8200;
}
a:hover {
}
a:active {
   color : #FF6600;
}
a:focus {
}

p {
}
table {
}
form {
}
input {
	font-family: monospace;
}


/* classes */

.ss {
   font-family: Arial, Helvetica, sans-serif;
}
.s {
   font-family: "Times New Roman", Times, serif;
}
.m {
   font-family: "Courier New", Courier, monospace;
}
.center {
   text-align: center;
}
.smaller {
   font-size : smaller;
}
.red {
	background-color: #EEEEEE;
	color: Red;
}
.green {
	background-color: #EEEEEE;
	color: Black;
}

/* StyleSheet end */
