<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************************************
 * TITLE: Prosimii Screen Stylesheet   * 
 * URI  : prosimii/prosimii-screen.css *
 * MODIF: 2015-Jan-6 19:41 +0800      *
 ***************************************/

/* ##### Common Styles ##### */
h2, .price {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000;
	padding-top: 20px;
}

h2 {
	text-transform: uppercase;
	border-bottom: 1px dotted #000;
}

.price {
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
}

.option {
	font-size: 11px;
	color: #666;
}

.description {
	font-size: 12px;
	padding-right: 10px;
}

body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 73%; /* Enables font size scaling in MSIE */
	margin: 0;
	padding: 0;
}

html&gt;body {
	font-size: 9pt;
}

acronym, .titleTip {
	border-bottom: 1px dotted rgb(61, 92, 122);
	cursor: help;
	margin: 0;
	padding: 0 0 0.4px 0;
}

a {
	color: rgb(61, 92, 122);
	background-color: transparent;
	text-decoration: underline;
	margin: 0;
	padding: 0 1px 2px 1px;
}

a:hover {
	color: rgb(117, 144, 174);
	text-decoration: none;
}

.menu {
	font-family: arial, sans-serif;
	/* width: 770px; */
	position: relative;
	font-size: 11px;
	height: 23px;
}

.menu ul li a, .menu ul li a:visited {
	display: block;
	text-decoration: none;
	color: #7590AE;
	width: 140px;
	height: 20px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	background: #7590AE;
	line-height: 20px;
	font-size: 11px;
	overflow: hidden;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu ul li {
	float: left;
	margin-right: 1px;
	position: relative;
}

.menu ul li ul {
	display: none;
}

.menu ul li a.hide, .menu ul li a:visited.hide {
	display: none;
}

.menu ul li a:hover ul li a.hide {
	display: none;
}

.menu ul li a:hover {
	color: #fff;
	background: blue;
}

.menu ul li a:hover ul {
	display: block;
	position: absolute;
	top: 21px;
	left: 0;
	width: 105px;
}

.menu ul li a:hover ul li a.sub {
	background: #7590AE;
	color: #FFCC00;
}

.menu ul li a:hover ul li a {
	display: block;
	background: #7590AE;
	color: #fff;
}

.menu ul li a:hover ul li a ul {
	visibility: hidden;
}

.menu ul li a:hover ul li a:hover {
	background: #7590AE;
	color: #FFCC00;
}

.menu ul li a:hover ul li a:hover ul {
	visibility: visible;
	position: absolute;
	left: 105px;
	top: 0;
	color: #000;
}

.menu ul li a:hover ul li a:hover ul.left {
	left: -105px;
}

.doNotDisplay {
	display: none !important;
}

.smallCaps {
	font-size: 117%;
	font-variant: small-caps;
}

/* ##### Header ##### */
.superHeader {
	color: rgb(130, 128, 154);
	background-color: rgb(33, 50, 66);
	text-align: right;
	margin: 0;
	padding: 0.5ex 10px;
}

.superHeader span {
	color: rgb(195, 196, 210);
	background-color: transparent;
	font-weight: bold;
	text-transform: uppercase;
}

.superHeader a {
	color: rgb(195, 196, 210);
	background-color: transparent;
	text-decoration: none;
	margin: 0;
	padding: 0 0.25ex 0 0;
}

.superHeader a:hover {
	color: rgb(193, 102, 90);
	background-color: transparent;
	text-decoration: none;
}

.midHeader {
	color: white;
	background-color: rgb(61, 92, 122);
	margin: 0;
	padding: 0.26ex 10px;
}

.headerTitle {
	font-size: 300%;
	margin: 0;
	padding: 0;
}

.headerSubTitle {
	font-size: 151%;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 1ex 0;
	padding: 0;
}

.headerLinks {
	text-align: right;
	margin: 0;
	padding: 0 0 2ex 0;
	position: absolute;
	right: 1.5em;
	top: 3.5em;
}

.headerLinks a {
	color: white;
	background-color: transparent;
	text-decoration: none;
	margin: 0;
	padding: 0 0 0.5ex 0;
	display: block;
}

.headerLinks a:hover {
	color: rgb(195, 196, 210);
	background-color: transparent;
	text-decoration: underline;
}

.subHeader {
	color: white;
	background-color: rgb(117, 144, 174);
	margin: 0;
	padding: 0.5ex 10px;
}

.subHeader a, .subHeader .highlight {
	color: white;
	background-color: transparent;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0 0.25ex 0 0;
}

.subHeader a:hover, .subHeader .highlight {
	color: rgb(255, 204, 0);
	background-color: transparent;
	text-decoration: none;
}

/* ##### Main Copy ##### */
#main-copy {
	margin: 0;
	padding: 0.5em 10px;
	clear: left;
}

#main-copy h1 {
	color: rgb(117, 144, 174);
	background-color: transparent;
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	font-size: 200%;
	margin: 0;
	padding: 0;
}

#main-copy h2 {
	color: rgb(61, 92, 122);
	background-color: transparent;
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 151%;
	margin: 0;
	padding: 1ex 0 0 0;
}

#main-copy p {
	line-height: 1.75em;
	margin: 1em 0 1.5em 0;
	padding: 0;
}

.newsHeading {
	color: rgb(61, 92, 122);
	background-color: transparent;
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	font-size: 145%;
	text-decoration: none;
	margin: 0;
	padding: 1ex 0 0 0;
	display: block;
}

.newsHeading:hover {
	color: rgb(117, 144, 174);
	background-color: transparent;
	text-decoration: underline;
}

.newsDate {
	font-style: italic;
	margin: 0 !important;
	padding: 0;
}

.newsSummary {
	margin: 1.5ex 0 2.5ex 0.75ex !important;
	padding: 0;
}

.more {
	text-align: right;
	margin: 0;
	padding: 0.5em 0;
}

.more a {
	color: rgb(61, 92, 122);
	background-color: transparent;
	font-size: 92%;
	text-decoration: underline;
	margin: 0;
	padding: 0.25ex 0.75ex;
}

.more a:hover {
	color: rgb(117, 144, 174);
	text-decoration: none;
}

.rowOfBoxes {
	clear: both;
}

.quarter, .oneThird, .half, .twoThirds, .fullWidth {
	margin: 1em 0;
	float: left;
	border-left: 1px solid rgb(204, 204, 204);
}

.quarter {
	float: left;
	width: 90%;
	margin-top: 2%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 2%;
}

.oneThird {
	width: 28%;
	padding: 0 1.9%;
}

.half {
	text-align: justify;
	width: 46%;
	padding: 0 1.9%;
}

.twoThirds {
	text-align: justify;
	width: 63%;
	padding: 0 1.9%;
}

.fullWidth {
	text-align: justify;
	width: 96%;
	padding: 0 1.2em;
	border-left: none;
}

.filler {
	/* use with an empty &lt;p&gt; element to add padding to the end of a text box */
	border: 1px solid white;
}

.noBorderOnLeft {
	border-left: none;
}

.dividingBorderAbove {
	border-top: none;
}

/* 175banner image */
#row1col3 a img {
	width: 65%;
	height: auto;
}

#row2col1 a img {
	width: 65%;
	height: auto;
}

#row2col3 a img {
	width: 65%;
	height: auto;
}

/* 180 image */
#row1col4 a img {
	width: 67%;
	height: auto;
}

/* 125 image */
#row3col1 a img {
	width: 46%;
	height: auto;
}

/* 150 body */
#row3col4 a img {
	width: 56%;
	height: auto;
}

/* 300 image */
#footer a img {
	width: 46%;
	height: auto;
}

#row1col1 {
	border-left: none;
	border-bottom: 1px solid rgb(204, 204, 204);
}

#row1col2 {
	border-left: none;
	border-bottom: 1px solid rgb(204, 204, 204);
}

#row1col3 {
	border-left: none;
	border-bottom: 1px solid rgb(204, 204, 204);
}

#row1col4 {
	border-left: none;
	border-bottom: 1px solid rgb(204, 204, 204);
}

#row2col1 {
	border-left: none;
}

#row2col2 {
	border-left: none;
	border-bottom: 1px solid rgb(204, 204, 204);
}

#row2col3 {
	border-left: none;
}

#row2col4 {
	border-left: none;
	border-bottom: 1px solid rgb(204, 204, 204);
}

#row3col1 {
	border-left: none;
	border-bottom: 1px solid rgb(204, 204, 204);
}

#row3col2 {
	border-left: none;
	border-bottom: 1px solid rgb(204, 204, 204);
}

#row3col3 {
	border-left: none;
	border-bottom: 1px solid rgb(204, 204, 204);
}

#row3col4 {
	border-left: none;
}

/* More elegant alternatives to .noBorderOnLeft &amp; .dividingBorderAbove
 * that don't require the creation of new classes - but which are not
 * supported by MSIE - are the following:
 *
 * .rowOfBoxes &gt; div:first-child {
 *   border-left: none;
 * }
 *
 * .rowOfBoxes + .rowOfBoxes {
 *   border-top: 1px solid rgb(204,204,204);
 * }
 */

/* ##### Footer ##### */
#footer {
	color: rgb(51, 51, 102);
	background-color: rgb(239, 239, 239);
	font-size: 87%;
	text-align: center;
	line-height: 1.25em;
	margin: 2em 0 0 0;
	padding: 1ex 10px;
	clear: left;
}

#footer a {
	color: rgb(0, 68, 204);
	background-color: transparent;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer2 {
	color: rgb(51, 51, 102);
	background-color: rgb(211, 211, 211);
	font-size: 94%;
	text-align: center;
	line-height: 1.25em;
	margin: 1em 0 0 0;
	padding: 1ex 10px;
	clear: left;
}

#footer2 a {
	color: rgb(0, 68, 204);
	background-color: transparent;
	text-decoration: underline;
}

#footer2 a:hover {
	text-decoration: none;
}

@media screen and (min-width: 500px) {
	.quarter {
		margin-top: 1em;
		width: 21%;
		padding: 0 1.9%;
	}
	.dividingBorderAbove {
		border-top: 1px solid rgb(204, 204, 204);
	}

	/* 175banner image */
	#row1col3 a img {
		width: 62.5%;
		height: auto;
	}
	#row2col1 a img {
		width: 62.5%;
		height: auto;
	}
	#row2col3 a img {
		width: 62.5%;
		height: auto;
	}

	/* 180 image */
	#row1col4 a img {
		width: 64.28%;
		height: auto;
	}

	/* 125 image */
	#row3col1 a img {
		width: 44.64%;
		height: auto;
	}

	/* 150 body */
	#row3col4 a img {
		width: 53.57%;
		height: auto;
	}

	/* 300 image */
	#footer a img {
		width: 22.2%;
		height: auto;
	}
	#row1col1 {
		border-left: none;
		border-bottom: none;
	}
	#row1col2 {
		border-left: 1px solid rgb(204, 204, 204);
		border-bottom: none;
	}
	#row1col3 {
		border-left: 1px solid rgb(204, 204, 204);
		border-bottom: none;
	}
	#row1col4 {
		border-left: 1px solid rgb(204, 204, 204);
		border-bottom: none;
	}
	#row2col1 {
		border-left: none;
	}
	#row2col2 {
		border-left: none;
		border-bottom: none;
	}
	#row2col3 {
		border-left: none;
		border-bottom: none;
	}
	#row2col4 {
		border-left: none;
		border-bottom: none;
	}
	#row3col1 {
		border-left: none;
		border-bottom: none;
	}
	#row3col2 {
		border-left: 1px solid rgb(204, 204, 204);
		border-bottom: none;
	}
	#row3col3 {
		border-left: 1px solid rgb(204, 204, 204);
		border-bottom: none;
	}
	#row3col4 {
		border-left: 1px solid rgb(204, 204, 204);
		border-bottom: none;
	}
}</pre></body></html>