﻿/* STYLE SHEET CSS LEVEL 1 for LSE AUT*/


/* html tag selectors */

body {
        color: black ;
        background: white ;
}

h1, h2, h3, h4, h5, h6, p, th, td, ul, ol, li, blockquote, cite, caption, div {
	font-family: Arial, Helvetica, sans-serif ; 
}

h1 { color: #FF0000; }

#headerUCU a { font-size: 250%; color: #FF0000; text-decoration: none; }

#footerHomeLink { text-align: center }

#footerLastUpdated { text-align: right; color: #FF0000; font-style: italic; }

h1 {
	font-size: 142% ; 
}

h2 {
	font-size: 125% ; 
}

h3 {
	font-size: 100% ; 
}

h4 {
	font-size: 92% ; 
}

h5 {
	font-size: 83% ; 
}

h6 {
	font-size: 75% ; 
}

p               { font-size: 100% }

ul li, ol li    { font-size: 100% }

ul           { list-style-type: disc }

caption {
	font-size: 83% ; 
}

address {
	font-size: 83% ;
	font-style: normal ; 
}

ul li li {
	font-size: 100% ;
}

ul li li li {
	font-size: 100% ;
}

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% ;
}

cite {
	font-style: normal ; 
	font-weight: bold ; 
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif ;
}



/* html class selectors */

.uppercase {
	text-transform: uppercase ; 
}

.tiny {
	font-size: 75% ; 
}

.small {
	font-size: 83% ; 
}

.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 ;
}