/*

	This is the main stylesheet for acem.dk
	The stylesheet is sectioned according to the templates where the styles are employed
	Other stylesheets govern all sites:
	- core.css - for core functionnality
	- course.css - for all course related templates
	- shop.css - for all online enrollment and user registration templates

*/

/* general elements */

body	{
}

h1,h2	{
	font-family: georgia, times, serif;
	color: #990505;
}

a:link	{
	color: #0000cc;
    text-decoration: none
}

a:active	{
	color: #0000CC;
    text-decoration: underline
}

a:visited	{
	color: #0000CC;
    text-decoration: none;
}

a:hover	{
	color: #000099;
    text-decoration: underline
}


