﻿body 
{
	background-color: rgb(255, 250, 250);
}

.proposal_view
{
	position: absolute;
	top: 25%;
	left: 30%;
	bottom: 5%;
	right: 15%;
	z-index: 100;
	padding: 10% 15% 15% 15%;
	border: solid rgb(0, 64, 128) 5px;
	background-color: rgb(251, 254, 184);
	text-align: center;
	font-size: xx-large;
	line-height: 1.5em;
	font-family: Apple Chancery, Vivaldi, Papyrus, Georgia, Geneva, Serif;
}

.defn
{
	font-family: Comic Sans MS, Sans-Serif;
	font-size: x-large;
}

.blush
{
	color: Maroon;
}

.prop_pic 
{
	height: 600px;
	width: 700px;
}