/*Gråsten Sejlklub's style sheet definition name="default"*/
/*Standardopsætning af overskrifter*/
H1, H2, H3, H4, H5, H6 	{ font-family: Verdana, Arial, Helvetica; color: black }
H1 			{ font-weight: bold; font-size: 14pt}
H2			{ font-weight: bold; font-size: 13pt}
H3			{ font-weight: bold; font-size: 12pt}
H4			{ font-weight: bold; font-size: 11pt}
H5			{ font-weight: bold; font-size: 10pt}
H6			{ font-weight: bold; font-size: 9pt}
/*Standard opsætning af brødtekst*/
Body	{
	font-family: Verdana,Arial,Helvetica;
	font-size: 10pt;
	color: black;
	}
/*Standardopsætning af link farver*/
A:link		{text-decoration: none ; color: #003ea9}
A:visited	{text-decoration: none ; color: purple}
A:active	{text-decoration: none ; color: red}
A:hover		{text-decoration: none ; color: #FF6600}
/*Standardopsætning af tabel*/
Table, td, TR	{
		cellspacing: 0;
		cellpadding: 0;
		font-family: Verdana,Arial,Helvetica;
		font-size: 10pt}
/*Standardopsætning af linje*/
/*HR			{color:#C0C0C0}*/


/*Standardopsætning af reference til denne fil
<LINK REL="Stylesheet" TYPE="text/css" MEDIA="screen" HREF="css/default.css">*/
