/* An Allurion production*/
/* Originally coded by Shantanu Gaur (gaur@post.harvard.edu) */
/* File includes the basic CSS style definitions for the Allurion website */

body
{
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	margin: 0;
	padding: 0;
}

p
{
	font-size: 14px;
	margin: 5px;
}

a
{
	text-decoration: none;
	color: #b63325;
}

#splash
{
	text-align: center;
	padding: 20px;
}

#ques
{
	font-size: 14px;
	margin: 10px;
	font-weight: bold;
	text-align: justify;
}

#ans
{
	font-size: 14px;
	margin: 10px;
	text-align: justify;
}

.footer p
{
	text-align: center;
	font-size: 11px;
}