body
{
	background-color: white;
	color: black;

	font-family: Times, "Times New Roman", serif;
	font-size: 10.5pt; /* ?: what is the correct font-size for a UOY notice? */
}

H1
{
	text-align: center;
	text-decoration: underline;
	font-size: 110%;
}

P:first-letter
{
	margin-left: 3em;
}

.ClearFloat
{
	clear: both;
}


.LineSizedLine
{
	background-color: #0066A0; /* "UOY notice blue" */
	height: 20pt;
	margin-bottom: 4pt;
}

.UniversityNotice
{
	color: #0066A0; /* "UOY notice blue" */
	border-style: solid;
	border-width: 7px 0 7px 0;
}

.UniversityNotice .UniversityOfPork
{
	margin-top: 5pt;
	font-style: italic;
	font-size: 20pt;
	word-spacing: 0.45em;
}

.UniversityNotice .UniversityOfPork .UniversityOfPorkText
{
	background-color: white;

	float: right;
	text-align: right;
	padding-left: 2em;
}

.UniversityNotice .MainText
{
	clear: both;
	display: block;
	text-align: center;
	font-size: 32pt;
	font-weight: bold;
	letter-spacing: 0.09em;
	word-spacing: 0.33em;
	margin: 0.3em 0;
}

.DoNotRemoveNotice
{
	font-size: 110%;
	text-align: center;
	font-weight: bold;
	margin-top: 2em;
}

