﻿/* 
CSS for Wey Valley Site - Links Page 
*/


body {
	font-family: "Trebuchet MS", "Times New Roman", Arial, sans-serif;
	font-size: 62.5%; /* set standard font size to 10px */;
	background-image: url('linksBack.jpg');
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 1em;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
}


/* Set up styles specific to Links Table */

.linkslist {
  border-collapse: collapse;
}

.linkslist th {
  text-align: left;
  background: #ECECEC;
  padding: 10px;  
  border: 1px solid black;
}         

.linkslist td {
  padding: 10px;  
  padding-left: 1em;
  border: 1px solid black;
  vertical-align: top;
  font-size:14px;
}

col.column_1 {
  width: 350px;
}  

col.column_2 {
  width: 450px;
}  

/* Columns specific to flickR page */

col.column_3 {
  width: 600px;
}  

col.column_4 {
  width: 200px;
}  








/* Section Heads */

.sectionHead {
	font-size: 20px;
	border:thin;
	background-color:silver;
	padding:5px;
}


/* set up hyperlink actions on the Useful Links page */

.linkslist a {
	text-decoration: none;
	color: blue;
}

.linkslist a:hover {
	color: red;
}


.top {
	text-align: right
}

.top a {	text-decoration: none;
	color: blue;
}

.top a {
	text-decoration: none;
	color: blue;
}

	




