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

body{
	margin: auto;
	width: 1250px;
	color: #000;
}

iframe{
	width:720px;
	height:520px;
}
#response{
	max-width:740px;
	float:left;
}
#fb-root{
	float:right;
	width:500px;
}
#comments{
	float:right;
	width:500px;
}
p{
	position:relative;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	border-bottom:rgba(0,164,184,1.00) thin dashed;
	margin-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	width:720px;
}
h1{
position:relative;
	font-family:"Courier New", Courier, monospace;
	border-bottom:rgba(0,164,184,1.00), thick;
	margin-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	width:720px;
}

a:link {
    color: blue;
    background-color: transparent;
    text-decoration: none;
}
a:visited {
    color: pink;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}
a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}



