 /*
-----------------------------------------------------
Basic CSS file for screen media [lti-ast.co.uk]
FileName: basic.css
-----------------------------------------------------
*/ 

html, 
body, 
form, 
fieldset {
	margin:0;
	padding:0;
	font-family:verdana,arial,helvetica,sans-serif;
}
body {
	font-size:69%;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin:1em 0;
	padding:0;
}
/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left:1em;
}
ul, ol {
	margin-left:.5em;
}

/* Miscellaneous conveniences */
form label {
	cursor:pointer;
}
form fieldset {
	margin-bottom:1em;
	padding:1em;
}
input, select, textarea {
	font-size:100%;
}


a img {
	border:none;
}
a {
	color:#547993;
	font-weight:bold;
}
h1 {
	font-size:1.4em;
}
h2 {
	font-size:1.2em;
}
h3 {
	font-size:1.1em;
}
h4 {
	font-size:1em;
}
li {
	list-style:square;
}
