/* LSE STRICT STYLE SHEET CSS LEVEL 1 */


/* html tag selectors */

body {
        color: black ;
        background: white ;
}

h1, h2, h3, h4, h5, h6, p, th, td, ul, ol, li, blockquote, cite, caption {
	font-family: Arial, Helvetica, sans-serif ; 
}

h1 {
	font-size: 142% ; 
}

h2 {
	font-size: 125% ; 
}

h3 {
	font-size: 100% ; 
}

h4 {
	font-size: 92% ; 
}

h5 {
	font-size: 83% ; 
}

h6 {
	font-size: 75% ; 
	text-transform: uppercase ; 
}

p, caption {
	font-size: 83% ; 
}

address {
	font-size: 83% ;
	font-style: normal ; 
}

ul {
	list-style-type: square ;
}

ul li {
	font-size: 83% ;
}

ul li li {
	font-size: 100% ;
}

ul li li li {
	font-size: 100% ;
}

ol li {
	font-size: 83% ;
}

ol li li {
	font-size: 100% ;
}

ol li li li {
	font-size: 100% ;
}

li p {
	font-size: 100% ;
}

dl dt, dl dd {
	font-size: 83% ;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif ;
}



/* html class selectors */

.uppercase {
	text-transform: uppercase ; 
}

.tiny {
	font-size: 75% ; 
}

.small {
	font-size: 75% ; 
}

.red {
	color: red ; 
	background: transparent ; 
}

.big {
	font-size: 100% ; 
}

.large {
	font-size: 125% ; 
}

.massive {
	font-size: 142% ; 
}


li p.large {
	font-size: 109% ;
}

.highlight {
	color: black ; 
	background: yellow ; 
}

.green {
	color: green ; 
	background: transparent ; 
}

.capitalize {
	text-transform: capitalize ; 
}

.border {
	padding: 1% ; 
	border-width: 1px ; 
	border-style: solid ; 
}

.blue {
	color: blue ; 
	background: transparent ; 
}

.smallcaps {
	font-size: 83% ;
	text-transform: uppercase ;
}
	
	
li table tr td p {
	font-size: 83% ;
}

