@charset "utf-8";
/* 
CSS Document for miragemarsh.net
Author: Jasmin Meerhoff
*/
<!--

body { 
	   font-family:"Helvetica", sans-serif;
	   background-color:#F4F3E0;
	   color:#3C343A;
	   margin:10px;
	   margin-left:120px;
	   letter-spacing:0.1em;
	  }
	  
h1    { 
	  font-weight:bold;
	  font-size:24px;
	  font-style:oblique;
	  font-family:"Helvetica", sans-serif;
	  margin:1px;
	  }  
	  
h2	{ 
	  font-weight:normal;
	  font-size:11px;
	  font-family:"Helvetica", sans-serif;
	  margin-top:50px;
	  border-bottom-style:dashed;
	  border-bottom-width:1px;
	  border-bottom-color:#3C343A;
	  margin-bottom:8px;
	  }
	  
h3	{ 
	  font-weight:normal;
	  font-size:11px;
	  font-family:"Helvetica", sans-serif;
	  border-bottom-style:dashed;
	  border-bottom-width:1px;
	  border-bottom-color:#3C343A;
	  margin-top:8px;
	  margin-bottom:8px;
	  }
	  
a:link, a:visited { 
		    font-weight:normal;
		    font-size:11px;
			color:#3C343A;
			font-family:"Helvetica", sans-serif;
			text-decoration:none;
			}
a:hover {
			color:#F4F3E0;
			background:#FF3871;
			}
a img {
			border:0 none;
			}
			
li  { font-size:11px;
         line-height:11px;
         font-family:"Helvetica", sans-serif;
         letter-spacing:0.1em;
		 list-style-type:none;
		 list-style-position:inherit;
		 margin-top:2px;
        }
p  { font-size:11px;
         font-family:"Helvetica", sans-serif;
         letter-spacing:0.1em;
		 margin-top:1px;
        }	
ul 		{ font-size:11px;
          font-family:"Helvetica", sans-serif;
		  font-style:oblique;
          letter-spacing:0.1em;
		  list-style-type:none;
		  list-style-position:outside;
		  margin:11px 0px 0px 20px;
		  padding:0px;
		 
		}

-->

