/*
CSS test file
*/

body {
	font-family: Garamond, Times New Roman, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: medium;
	color: black;
	background-color: #EBF0F5;
	background-image: url('http://www.jameslisterguitars.co.uk/ListerGuitars/graphics/Weave.jpg')
}

a {
	font-weight: normal;
}

a:link {
	color: blue;
}

a:visited {
	color: purple;
}

a:hover {
	color: #B32D87;
}

a:active {
	color: red;
}

h1 {
	font-weight: bold;
	font-style: normal;
	font-size: xx-large;
	color: #5E5E00;
	font-family: Garamond, Times New Roman, Arial, sans-serif;
}

h2 {
	font-weight: bold;
	font-style: normal;
	font-size: x-large;
	color: #5E5E00;
	font-family: Garamond, Times New Roman, Arial, sans-serif;
}

h3 {
	font-weight: bold;
	font-style: italic;
	font-size: large;
	color: #5E5E00;
	font-family: Garamond, Times New Roman, Arial, sans-serif;
}

p {
	font-weight: normal;
	font-style: normal;
	font-size: large;
	color: black;
	font-family: Garamond, Times New Roman, Arial, sans-serif;
}

li {
	font-weight: normal;
	font-style: normal;
	font-size: large;
	color: black;
	font-family: Garamond, Times New Roman, Arial, sans-serif;
}

td {
	font-weight: normal;
	font-style: normal;
	font-size: large;
	color: black;
	font-family: Garamond, Times New Roman, Arial, sans-serif;
}

.heavy {
	font-weight: normal;
	font-style: normal;
	font-size: large;
	color: black;
	font-family: Arial, sans-serif;
}





