/* Main stylesheet for GC Accommodation */

body {
	background-color: #ffff99;
	font-family : Arial, Helvetica, sans-serif;
	width: 780px;
	margin: auto;
}

h1 {
	text-align: center;
	color : green;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	font-size : 26px;
}

h1.small {
	text-align: center;
	color : green;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	font-size : 18px;
}

h2 {
	text-align: center;
	color : #A60C00;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	font-size : 22px;
}

h2.small {
	text-align: center;
	color : #A60C00;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	font-size : 16px;
}

h3 {
	text-align: center;
	color : green;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
}


a:link {
	color: #00f;
	text-decoration : underline;
	font-weight : bold;
}

a:visited {
	color: #00f;
	font-weight : bold;
}

a:hover {
	color: green;
	text-decoration : none;
	font-weight : bold;
}

.small {
	font-size : 85%;
	font-weight : bold;
}

.footer {
	color: green;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
}

.bordered {
	border: medium ridge #00CCFF;
}

.blue {
	color : blue;
}
.caption {
	font-size : 85%;
}

.offer {
	color: #A60C00;
	font-weight: bold;
	font-size: 85%;
	text-align: center;
	border: medium ridge #00CCFF;
	background-color: #ffff99;
	margin: 2em;
}

.asterisk {
	font-weight: bold;
	font-size: 12pt;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif
}

.serif {
	font-family: "Times New Roman", Times, serif;
}

.linkbutton {
	border : medium outset #ffff99;
	background-color: #ffff99;
}

.c {
	text-align: center;
}

.s {
	font-size : 85%;
}