﻿/* 
CSS for Wey Valley Site - Technical Pages  
*/


body {
	font-size: 15px;
	font-family: "Trebuchet MS", "Times New Roman", Arial, sans-serif;
	background-image: url('techBack.jpg');
	background-repeat: repeat-y;
}

#textBlock {
	padding: 40px;
	width:800px;
}

.intro {
font-style:italic;
}


/* table styles for use in document */ 

table.type1 {
	border-collapse: collapse;
	background-color:#FFFFCC;
}

table.type1 thead {
	font-weight: bold;
	
}

table.type1 td {
	border: 1px solid black;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;	
}



/* set up hyperlink actions on the Technical Pages */

.techlist a {
	text-decoration: none;
	color: blue;
}

.techlist a:hover {
	color: red;
}


/* CSS to float images Left with padding */

.leftPic {
	float: left;
	padding-right: 10px;
}
	
.red_head {
	color: red;
	font-size: 20px;
}	

.red {
	color: red;	
}


.ul {
	text-decoration: underline
}