		<style>
			html {max-width: 35em;
			margin: auto;
			text-align:justify;	
    		text-justify:auto;
    		padding: 1em;
			}
			body {max-width: 35em;
			margin: auto;
			text-align:justify;	
    		text-justify:auto;
    		padding: 1em;
			}
			ul {
    		margin-left: 0.5em;
    		margin-right: 0px;
    		padding-left: 0.5em;
    		padding-right: 0px;
			}
			h1 {font-size: 1.3em;}
			h2 {font-size: 1.2em;}
			table tr td { 2em;}
			#srifooter i {font-size: .8em;}
			#srimenu ul {
			font-size: large;
			list-style: none;
			padding: 0;
			margin: 0;
			background: rgba(0,0,255,0.5);
			}
			#srimenu ul li {
			/*font-size: xx-large;*/
			display: block;
			position: relative;
			float: left;
			/*background: #0000aa;*/
			background: rgba(0,0,255,0.5);
			}
			/* This hides the dropdowns */
			#srimenu li ul { display: none; }
			#srimenu ul li a {
			display: block;
			padding: .6em;
			text-decoration: none;
			white-space: nowrap;
			color: #fff;
			}
			#srimenu ul li a:hover { background: rgba(0,0,255,0.5); }
			/* Display the dropdown */
			#srimenu li:hover > ul {
			display: block;
			position: absolute;
			}
			#srimenu li:hover li { float: none; }
			#srimenu li:hover a { background: rgba(0,0,255,0.4); }
			#srimenu li:hover li a:hover { background: rgba(64,128,255,1); }
			.main-navigation li ul li { border-top: 0; }
			/* Displays second level dropdowns to the right of the first level dropdown */
			#srimenu ul ul ul {
			left: 100%;
			top: 0%;
			}
			/* Simple clearfix */
			#srimenu ul:before,
			#srimenu ul:after {
			content: " "; /* 1 */
			display: table; /* 2 */
			}
			#srimenu ul:after { clear: both; }
		</style>