/* default css for www.ferienhaus.de #C2FFFE */
 body {
  	background-color:#c2fffe;
	color:#000000;
 	}
 h1,h2 { 
	text-align:center;
	}
 *.center { 
	text-align:center;
	}
 p,table {    
	margin-left:6px;
	margin-right:6px;
	}

 *.warning {    
	  	background-color:#ffffe0;
		color:#ff0000;
		font-weight:bolder;
	}	

 *.small {    
		font-size:small;
	}	

 p { 
     font-size:120%;	
   }

address {
	font-size:120%;
}

 th { background-color:#000000;
    	color:#ffffff;
	font-weight:bolder;	
	font-size:120%;
	}
 td { 	font-size:120%;
	}

 :link {
        text-decoration:none;
	background-color:#c2fffe;	
	color: #FF0000 
	}
 :visited {
 	text-decoration:none;
	background-color:#c2fffe;
	color: #772200 
	}
 :active {
        text-decoration:none;
	background-color:#c2fffe;
	color: #000000 
	}
