/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Arial, Helvetica, sans-serif;;
}

p{ font-family:Arial, Helvetica, sans-serif;font-size: 1em; font-weight:400;}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

.italic{
font-style:italic;}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 2.3em;
	font-family: "HelveticaNeue-Bold", "HelveticaNeue", Helvetica, Arial, Sans-serif;
	font-weight: bold;
	word-spacing: -0.04em;
	letter-spacing: -0.03em;
	margin-bottom: 40px;
	color: #000;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}


.link { color:#000; font:Arial, Helvetica, sans-serif; font-size:18px; font-weight:700; letter-spacing:1pt;}
a.link { color:#000;font:1.1em "Arial"; text-decoration:none;line-height: 1.5em; display:block; font-weight:700; }
a.link:hover { color:#333; }

h10{
font-family: Georgia, serif;
font-size: 2.5em;
font-weight:600;
letter-spacing: 2.3pt;
color:#333333;
line-height: 1.5em;
text-decoration:none;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}


ul.rooms{
	list-style:none;
	font-size: 2em;
	font-family: "HelveticaNeue-Bold", "HelveticaNeue", Helvetica, Arial, Sans-serif;
	font-weight:800;
	word-spacing: -0.04em;
	letter-spacing: -0.03em;
	margin-bottom: 40px;
	color: #000;
}

/***Paragraph Styles Start ***/


a:link{color:#FF0000; font-weight:600;}
a:visited {color:#000; font-weight:600;}


/***Colors Start******/

.gold{color:#FFCC00;}

.mint{color:#66FFCC;}

.gray{ color:#999999}

.blue {color:#0099FF}

.green{color:#00CC66}

.red{color:#FF0000}

.purple{color:#6666FF}

.white{color:#FFFFFF}

.black{color:#000000;}

/***Colors End******/

