<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #fafafa;
	text-align: center;
	color: #666666;
	font-size: 13px;
	line-height: 19px;
	font-family: "helvetica neue", Helvetica, Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img a{
  border: 0;
  border: none;
  outline: none;
}

#wrapper{
  margin: 20px auto;
  width: 760px;
}

#logo{
  clear: both;
  margin-bottom: 20px;
  text-align: left;
}

#content{
  text-align: center;
  border: 1px solid #e1e1e1;
  background-color: #fdfdfd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 30px;
  float: left;
}

h1, h2{
  font-weight: bold;
  color: #333333;
}

h1{
  font-size: 26px;
  margin-bottom: 20px;
}

h2{
  font-size: 15px;
}

a{
  color: #069;
}

a:hover, a:focus, a:active{
  color: #09C;
}

p{
  margin-bottom: 12px;
}

.alert{
  color: red;
}

.alert_img{
  clear: both;
  margin-bottom: 20px;
}

.browsers{
  float: left;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.browsers h2 a{
  color: #333333;
  text-decoration: none;
}

.browsers h2 a:hover{
  color: #006699;
}

.browser{
  float: left;
  width: 174px;
  margin-top: 20px;
}











</pre></body></html>