<!--

	/*----------------------------------------------------------------------

		Snowsfields Wellness
		http://www.snowsfields.co.uk/

		Developed by Designition Ltd - www.designition.co.uk

		Copyright 2009

	----------------------------------------------------------------------*/

	body {
		color:       #494946;
		font-family: Arial, sans-serif;
		font-size:   62.5%;
		line-height: 1.5em;
	}


	/*--------------------------------------------------------------------*/


	a {
		color:           #6e6e6e;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	abbr {
		border-bottom: 1px dashed;
		cursor:        help;
	}

	blockquote {
		background:  #f7f7f7;
		border:      1px solid #e0e0e0;
		font-size:   1.4em;
		line-height: 1.5em;
		margin:      1.5em 2em;
		padding:     1em 1.5em 0 1.5em;
	}

		blockquote p {
			font-size: 1em;
		}

	cite {
		font-style: italic;
	}

	del {
		text-decoration: line-through;
	}

	dl {
		font-size:   1.4em;
		line-height: 1.5em;
		margin-top:  1.5em;
	}

		dt {
			font-weight:   bold;
			margin-bottom: .5em;
		}

		dd {
			margin-bottom: 1.5em;
		}

			dl dd * {
				font-size: 1em;
			}

	em {
		font-style: italic;
	}

	h1 {
		font-size:   2.4em;
		font-weight: bold;
		line-height: 1.5;
		margin:      1.5em 0 .5em 0;
	}

	h2 {
		font-size:   1.9em;
		font-weight: bold;
		line-height: 1.5;
		margin:      1.5em 0 .5em 0;
	}

	h3 {
		font-size:      1.6em;
		font-weight:    bold;
		line-height:    1.5;
		margin:         1.5em 0 .5em 0;
	}

	h4, h5, h6 {
		font-size:      1.7em;
		font-weight:    normal;
		line-height:    1.5;
		margin:         1.5em 0 .5em 0;
	}

	hr {
		background: #e3e3e3;
		border:     0;
		color:      #e3e3e3;
		height:     1px;
		margin:     20px 0;
	}

	img {}

	ins {
		border-bottom: 1px dotted;
	}

	ol {
		margin-bottom: 1.5em;
	}

		ol li {
			font-size:   1.4em;
			line-height: 1.5;
			list-style:  decimal;
			margin-left: 2em;
		}

			ol li * {
				font-size: 1em;
			}

			ol li ol {
				margin-bottom: 0;
			}

	p {
		font-size:     1.4em;
		line-height:   1.5;
		margin-bottom: 1em;
	}

	small {
		font-size: .75em;
	}

	strong {
		font-weight: bold;
	}

	sub {
		font-size:      .85em;
		vertical-align: sub;
	}

	sup {
		font-size:      .85em;
		vertical-align: super;
	}

	table {}

	ul {
		margin-bottom: 1.5em;
	}

		ul li {
			font-size:   1.4em;
			line-height: 1.5;
			list-style:  disc;
			margin-left: 2em;
		}

			ul li * {
				font-size: 1em;
			}

			ul li ul {
				margin-bottom: 0;
			}

-->