#contact{
	background-color:#fff;
	border:1px solid #444;
	color:#222;
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-bottom:-1px;
	padding:12px 10px;
	text-decoration:none;
	border-radius:10px;
	margin:10px;
}

#contact ul{
	margin:2px 0 2px 5px;
	padding:0;
}

#contact ul li{
	list-style:none;
	margin:0;
	padding:0;
}

#contact #cName {
	font-size:17px;
	text-decoration:underline;
}

#contact #cPhone, #contact #cMail{
	margin:10px 0 0 0;
	font-weight:900;
}

body{
	background-color:#ddd;
	color:#222;
	font-family:Helvetica;
	font-size:14px;
	margin:0; padding:0;
}

#head h1{
	back: #fcc97d;
	border-bottom:: 1px solid #666;
	color:#222;
	display:block;
	font-size:20px;
	font-weight:bold;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
	text-shadow:0px 1px 0px #fff;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fcc97d), to(#fcaf3b));
	background-image:-moz-linear-gradient(top, #fcc97d, #fcaf3b);
}

#alarm h1{
	back: #fcc97d;
	border-bottom:: 1px solid #666;
	color:#222;
	display:block;
	font-size:20px;
	font-weight:bold;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
	text-shadow:0px 1px 0px #fff;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#e68383), to(#cf0f0f));
	background-image:-moz-linear-gradient(top, #e68383, #cf0f0f);
}

.accordionButton {	
	back: #fcc97d;
	border-bottom:: 1px solid #666;
	display:block;
	font-size:20px;
	font-weight:bold;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#b2bcc8), to(#76859a));
	background-image:-moz-linear-gradient(top, #b2bcc8, #76859a);
	text-shadow:0px -1px 0px #222;
	color:#fff;
	cursor:pointer;
}