/* This StyleSheet contains custom styles for this project */

/* body
{
	background-image: url('TechnicalPreview.JPG'); 
}
*/
body
{
    font-family: 'Segoe UI',Verdana,Arial;
    font-size: 12pt;
}
.Code
{
    font-family:    Monospace, Courier New, Courier;
    font-size: 90%;
	white-space: pre;
	line-height: 90%;
}

.UI_Element
{
    font-family:    Monospace, Courier New, Courier;
	font-weight: semibold;
}
