/* SLCSC CSS sheet */

/* Set the Back Ground Colour */
body {background-color: lightblue}

/* Set up the Fonts and Colours for the Headings */
h1 {font-size:36pt; color: black}

h2 {font-size:24pt; color: blue}

h3 {font-size:18pt; color: red}
h3.aboutme {font-size:17pt; color: green; text-align :center}

h4 {font-size:14pt; color: black}
h4.white {font-size:14pt; color: white}

/* Colours and sttributes for Links */
a.one:link {color: blue ; text-decoration:none; font-size:12pt}
a.one:visited {color: red; text-decoration:none ; font-size:12pt}
a.one:hover {color: green ; text-decoration: overline underline ; font-size:12pt}

a.two:link {color: blue; font-size:14pt}
a.two:visited {color: blue; font-size:14pt}
a.two:hover {color: red; font-size:14pt}

a.three:link {color: white ; text-decoration:none; font-size:12pt}
a.three:visited {color: yellow; text-decoration:none ; font-size:12pt}
a.three:hover {color: black; text-decoration: overline underline ; font-size:12pt}

a.white:link {color: red; text-decoration:none; font-size:14pt}
a.white:visited {color: red; text-decoration:none; font-size:14pt}
a.white:hover {color: white;text-decoration:none; font-size:14pt}


b.blue {color : blue}

/* Positioning Of Images */
img.pos {position:absolute;
	left:100px;
	top:130px
	}
img.pos2 {position:absolute;
	left:270px;
	top:550px
	}

/* Define the Table Types */
table.standard { Width:100% ; border:0}

table.small {width:50% ; border:0}

table.medium {width:75%; border:1; font-size:14pt}
 

/* Set up the Colours in a Table */ 

tr.white {background-color: white; text-align: center; color: black}
tr.normal {background-color: lightblue; text-align: center; color: black}
tr.normal2 {background-color: lightblue; text-align: left; color: black}
tr.bold {background-color: lightblue; text-align: center; color: black; font-weight:bold }
tr.bold2 {background-color: lightblue; text-align: left; color: black; font-weight:bold }
tr.red2 {background-color: lightblue; text-align: center; color: #FF4500}
tr.blue2 {background-color: lightblue; text-align: center; color: #4169E1}
tr.alternate {background-color: cyan; text-align: center ;color: black}
tr.yellow {background-color: #EEE8AA; text-align: center; color: black }
tr.brightyellow {background-color: yellow; text-align: center; color: black }
tr.red {background-color: #FF4500; text-align: center; color: black}
tr.green {background-color: #3CB371; text-align: center; color: black}
tr.blue {background-color: #4169E1; text-align: center; color: white}
tr.grey {background-color: silver; text-align: center; color: black}
tr.black {background-color: black; text-align: center; color: white}
tr.cyan {background-color: cyan; text-align: center; color: black}
tr.pink {background-color: pink; text-align: center; color: black}
tr.orange {background-color: orange; text-align: center; color: black}
tr.aqua {background-color: aqua; text-align: center; color: black}
tr.purple {background-color: #CC66FF; text-align: center; color: white}
tr.wood {background-color: #DEB887; text-align: center; color: black}
tr.chocolate {background-color: chocolate; text-align: center; color: black}
tr.plum {background-color: plum; text-align: center; color: black}

td.a {width:240px; font-size:14pt; valign:top}
td.b {width:20%;font-size:14pt; valign:top; font-weight:bold }
td.c {width:80%;font-size:14pt }
td.d {width:20%;font-size:12pt }
td.e {width:20%;font-size:12pt }
td.f {width:20%;font-size:12pt }
td.g {width:40%;font-size:12pt }
td.h {width:10%;font-size:12pt }
td.i {width:15%;font-size:14pt;font-weight:bold}
td.j {font-size:10pt}
td.k {font-size:12pt}
td.l {font-size:10pt; color:red}
td.m {width:80%;font-size:14pt;text-decoration:underline }
td.right{font-size: 14pt}
td.top { vertical-align: top}



/* Define the margines in a paragraph */
p.right {margin-right: 25px; font-size: 12pt}
p.left {margin-left: 10px; font-size: 12pt}
p.bold {font-weight: bold;  font-size: 12pt}
p.h4 {font-weight: bold;  font-size: 14pt}
p.italic {font-style: italic;  font-size: 12pt}
p.small_italic {font-style: italic;  font-size: 10pt}
p.centre {text-align: center; font-size:12pt}
p.white {white-space: pre; font-size:12pt}
p.rightbold {margin-right: 25px; font-weight:bold; font-size: 14pt}
p.centrebold {text-align: center; font-weight:bold; font-size:14pt}
p.style1{text-align: center; font-weight:bold; font-size:14pt; color:darkgray}
p.style2{margin-right: 25px; font-weight:bold; font-size:14pt; color:darkgray}
p.style3{text-align: center; font-weight:bold; font-size:22pt; color:red}
p.style4{text-align: center; font-weight:bold; font-size:18pt; color:blue}
p.style5{text-align: center; font-weight:bold; font-size:18pt; color:darkblue}
p.style6{text-align: center; font-weight:bold; font-size:22pt; color:blue}
p.blue{color:blue}

p.bottom{position: absolute; bottom: 50px }


input.a{type: text; maxlength: 6; size: 7}

ul{list-style-image: url('pictures/blueb.gif')}
ol.roman{list-style-type:lower-roman}
dl{list-style-image: url('pictures/blueb.gif')}
dt{font-weight:bold; font-size:16pt}
