body {
color: #000000;
background: #FFFFFF url('http://dermatoloji.com/index/background.gif') repeat-y;
}

/*	Paragraph									*/
p {
margin-left: 60px;
color: #000000;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is for the margin for the form elements				*/
div.margin {
margin-left: 68px;
}

/* **************************************************************************** *//*	Style sheet for Links by Chris Croome (chris@atomism.demon.co.uk) of 	*//*	webarchitects (http://www.webarchitects.co.uk/)				*//*										*//*	For further information on CSS see these sites:				*//*	http://www.w3.org/Style/						*//*	http://www.css.nu/							*//*	Want answers to your CSS questions? try this usenet group:		*//*	comp.infosystems.www.authoring.stylesheets				*//*										*//*	If you want to check the validity of the style sheet you can use this:  *//*	http://jigsaw.w3.org/css-validator/					*//*										*//* **************************************************************************** *//*	Note the use of an absolute URI for the background image		*//*	This is a workaround for NN using an address relative to the		*//*	.html file rather than the .css file					*//*	Menu									*/small.menu {font-size: small;color: #000000;font-family: "verdana", "arial", "geneva", sans-serif;}/*	Menu unvisited links							*/

a.menulink:link 
{
text-decoration : underline;
color : #0000FF;
background : transparent;
}


/*	This class is for "More options"					*/
small.more {
font-size: small;
color: #000000;
background: #FFFFFF;
font-weight: normal;
font-family: "verdana", "arial", "geneva", sans-serif;
}


/*	This is used for the sub headers					*/
h2 {
margin-left: 40px;
font-size: medium;
font-weight: bold;
border: none;
color: #FFFFFF;
background: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}


/*	Menu visited links							*/
a.menulink:visited 
{
color : #0000FF;
background : transparent; 
text-decoration : underline; 
} 

/*	Menu active links (not widely supported)				*/
a.menulink:active 
{
text-decoration : underline;
color : #0000FF;
background : transparent;
}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover 
{ color : #FFFFFF;
		background : #FF0000; cursor:crosshair; 
		}

/*	Links unvisited links							*/
a.link:link 
{
text-decoration : underline;
color : #0000FF;
background : transparent;
}

/*	Links visited links							*/
a.link:visited 
{
color : #0000FF; 
background : transparent; 
text-decoration : underline; 
} 

/*	Links active links (not widely supported)				*/
a.link:active 
{
text-decoration : underline;
color : #0000FF;
background : transparent;
}

/*	Links when hovered over (MSIE only)					*/
a.link:hover
{ color : #FFFFFF;
		background : #FF0000; cursor:crosshair; 
		}

/*	Unvisited links								*/
a:link 
{
text-decoration : underline;
color : #0000FF;
background : transparent;
}

/*	Visited links								*/
a:visited 
{
color : #0000FF; 
background : transparent; 
text-decoration : underline; 
} 

/*	Active links (not widely supported)					*/
a:active 
{
text-decoration : underline;
color : #0000FF;
background : transparent;
}

/*	Links when hovered over (MSIE only)					*/
a:hover 
{ color : #FFFFFF;
		background : #FF0000; cursor:crosshair;
		}

/*	This is for main headers on all pages *apart* from the home page	*/
h1 {margin-left: 40px;font-size: x-large;font-weight: bold;border: none;color: #FFFFFF;background: #000000;font-family: "verdana", "arial", "geneva", sans-serif;}

/*	This is for the page last updated text					*/
small.update {font-size: x-small;font-weight: bold;color: #999999;background: #FFFFFF;font-family: "verdana", "arial", "geneva", sans-serif;}
