﻿
/* ------------------------------ */
/*                                */
/*   Styles for... All Browsers   */
/*                                */
/* ------------------------------ */


/* =================================================== */
/* CLEAR TAGS  */
/* =================================================== */

body, h1, h2, h3, h4, h5, h6, p, form, blockquote {
	padding: 0;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 0.8em;
	}

a {
	text-decoration: none;
	}

a img {
	border: none;
	}


/* =================================================== */
/* GENERAL  */
/* =================================================== */

body {
	color: #000;
	font-family: verdana;
	padding: 20px 20x 20px 20px;
	margin: 1.2em;
	background-image: url(http://www.gettingagrip.com/templateimages/popup-graphic.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 0.8em;
	}
	
code {
	font-weight: bold;
	font-family: courier new;
	color: #ff3300;
	}

h1 {
	margin-bottom: .25em;
	font-size: large;
	color: #00af9f;
	}

h2, h3, h4 {
	margin-top: 1.25em;
	margin-bottom: .75em;
	}

h2 {
	font-size: medium;
	color: #000;
	}

h3 {
	font-size: large;
	color: #727272;
	}

h4 {
	font-size: small;
	color: #fff;							/* if bgcolour is needed - if not, change to darker colour  */
	background-color: #00af9f;				/* if bgcolour is needed  */
	padding: 2px 2px 3px 5px;				/* if bgcolour is needed  */
	}

p {
	margin-bottom: 1.25em;
	}
	
li {
	}

/* =================================================== */
/* NAVIGATION and LINKS */
/* =================================================== */

a {
	font-size: 0.9em;
	color: #1574d4;
	text-decoration: underline;
	}

a:hover	{
	color: #7bb8f5;
	}

a:active {
	color: #7bb8f5;
	}