/*
Theme Name: tpsimage theme
Theme URI: http://tpsimage.co.uk/
Description: tpsimage theme for WordPress.
Author: Mark Boyce
Template:	blank
Version: 1.0
Tags: 
*/


/* Import theme defaults
------------------------ */

@import url("../blank/style.css");

body {
	font-family: Arial, Helvetica, sans-serif; 
}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}



.header_tps {font-size: 50px; 	color: #566F83; font-weight: bold;}
.header_training {	font-size: 24px; color: #566F83; font-weight: bold;}

#main_container {
	clear: both;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
}
#footer {
	text-align: center;
	font-size: 12px; 
	font-weight: bold;
}