/* ----------------------------------------------------/
basic.css
loaded by all 
just font sizes
colour and text
stylesheet for EAJS pages  
www.eurojewishstudies.org
(c) 2005 EyeDivision www.eyedivision.co.uk 
info@eyedivision.co.uk 
/-----------------------------------------------------*/

body {
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size:100%;
	color: #000000;
	background-color: #FFFFFF;
}

/* form stuff */
form, label, input { font-size : 1em; }
fieldset { width : 400px; padding : 0.5em 1em; } /* fill full width */
label { position : relative; width : 15em; display : block; margin : .5em 0em; }
label input { position : absolute; left : 100%; top : 0px; width : 10em; }
input.submit { margin-left : 15em; }
#top br { display : none; }


h1 { font-size: 1.4em; color: #003366; }
h2 { font-size: 1.2em; color: #003366; }
h3 { font-size: 1em; color: #003366; }

B { color: #000000; text-decoration: none ; font-weight: bold; }

A:link { color:#990000; text-decoration:none; }
A:visited { color: #990000; text-decoration: none; }
A:hover { color: #FF0000; text-decoration: none; }
A:active { color: #ffcc00; text-decoration: none; }
