
/* -------------------------------------
Filename: style.css
Title : Primary CSS file for medessin.co.uk
Author : Anthony George, anthony@anthony.george.co.uk
URL : http://www.medessin.co.uk/css/style.css
License: Copyright 2007, Medessin, All Rights Reserved.
Feel free to read and learn from this, but please don't steal.
Description : This base style sheet for the latest Medessin website

Styles for use with templates
--------------------------------------- */
h1 {
	font-weight:bold;
	font-size:2.5em;
	color:#5cb404;
}

h2 {
	font-weight:bold;
	font-size:1.8em;
	color:#666666;
}

h3 {
	font-weight:bold;
	font-size:1.6em;
	color:#666666;
}

h4 {
	font-weight:bold;
	font-size:1.4em;
	color:#666666;
}

h5 {
	font-weight:bold;
	font-size:1.2em;
	color:#666666;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style: italic;
}

.medessin-artist {
	font-weight:bold;
	color:#d6ecc0;
}

