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

#messages div
{
 width: 90%;
 margin: 0.3em;
 margin-left: auto;
 margin-right: auto;
 border: 1px solid gray;
 padding: 5px;
 text-align: center;
}

#messages div p
{
 padding: 0;
 margin: 0;
}

#messages .error
{
 background-color: red;
 background-color: #f97272;
}

#messages .info
{
 background-color: yellow;
 background-color: #f9f172;
}

#messages .success
{
 background-color: green;
 background-color: #6ab36a;
}

h3 {
 padding: 0;
 margin: 0;
 border: 0 solid black;
 border-width: 0 0 1px 0;
 margin-bottom: 0.6em;
 padding-left: 0.1em;
 margin-top: 1em;
}

h4 {
	text-decoration:underline;
	font-style:italic;
	}

table {
	margin-left: 0.5em;
	}

#guaranteed a:active {
	color: red;
	}

#guaranteed a:hover, #guaranteed a:visited, #guaranteed a:link {
	color: blue;
	}

#guaranteed, #requested {
	font-size: small;
}

#guaranteed th, #requested th {
	font-size: larger;
}

