/* *************** INSTÄLLNINGAR FÖR EDITOR ***************************/
body.mceContentBody {
   background: #666666;
   color:#FFFFFF;
}

/* ******************** SLUT INSTÄLLNINGAR *****************************/

body
		{
		margin: 0 0 0 0;
		/*background-color:#FF0000;*/
		}
		
textarea {
		background-color:#996600;		
		}

p,h1,h2,h3,table	{
		font-family: verdana, sans-serif; font-size: 12px; font-weight: normal;
		}


h1
		{
		text-decoration:underline;
		text-transform:uppercase;
		text-align:center;
		font-size: 23px;
		font-weight: bold;
		}
	
p
		{
		margin: 0 0 0 0;
		}
	
a, a:hover, a:visited, a:active	{
		cursor: url(/images/rockcursor.cur);
		color:#FFFFFF;
		text-decoration:none;
		}

.dirtyInput
		{
		background-image: url(/images/design/dirty_input.gif); 	
		color:#000000;
		}
		
.dirtyTextBox
		{
		background-image: url(/images/design/dirty_textbox.gif); 		
		color:#000000;	
		}
.smaller {
	font-size:10px;
}