@charset "utf-8";
/* CSS Document */

body {
font-family:arial, helvetica; 
font-size:11px; 
background-color:#E0E0E0;
}

#intro
{

width: 400px;

}

#doubleBox
{

	border-style:double;
	width:250px;
	height:155px;
	font-weight:bold;
	padding-left:1em;
	padding-bottom:1em;
	
}

#doubleBox2
{

	list-style-type:disc;
		
}

#signout
{
  width: 250px;
}

#footer
{width:250px;}


