<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* basic elements */
body { 
		font: 10pt/16pt georgia; 
		color: #555753;
		background: #CCFFCC;
		padding: 0px 10% 0px; 
		}
		
p { 
		font: 8pt/16pt georgia; 
		margin-top: 0px; 
		text-align: justify;
		vertical-align: middle
		margin: 0px 10% 0px;
		}

b {
		font: 15pt/16pt georgia;
		color: #4E83D2;
		}

a:link, a:visited { 
		font-weight: bold; 
		text-decoration: none;
		color: #7292FC;
		}

a:hover, a:active { 
		text-decoration: underline; 
		color: #9685BA;
		}
	
.menu {
		font: 18px georgia;
		color: #0000CD;
		text-align: left;
		margin-left: 0pt;
		}

table#uniform{
		width: 100%;
		border:2px solid #9685BA;
		}

td#uniform{
		/*width: 25%;*/
		border-right:2px solid #9685BA;
		}
		
td#framework{
			border-top: 2px solid #9685BA;
		}
		
#title{
		text-align: center;
		font: 17pt/17pt georgia;
		}

#background{
		background-image: url(ilmdalogo_modified.jpg);
	      background-repeat: no-repeat;
		background-position: 90% 90%;
		}</pre></body></html>