.cssreset{
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;
}
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;
}
}


#workskin, .workskin
{
    background-color: rgb(50, 50, 50);
    color: white;
    font: 100%/1.125 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, sans-serif, 'GNU Unifont';
    padding-left: 3.5%;
    padding-right: 3.5%;
}

.wsout
{
    font: 100%/1.125 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, sans-serif, 'GNU Unifont';
    font-size: medium;
    width: 1000px;
    max-width: 90%;
    margin-left: 0;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-wrap: wrap;
    background-color: rgb(50, 50, 50);


    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: #707070;

    box-shadow: 3px 3px 2px rgba(23, 23, 23, 0.3);

    color: rgb(255, 255, 255);
}


.WSnopadding
{
    background-color: rgb(50, 50, 50);
    color: white;
    font: 100%/1.125 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, sans-serif, 'GNU Unifont';
}

.workskin body
{
    font: 100%/1.125 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, sans-serif, 'GNU Unifont';
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    line-height: 1.125;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif, "GNU Unifont";
}
.workskin h1, .workskin h2, .workskin h3, .workskin h4, .workskin h5, .workskin h6, .workskin .heading {
  font-family: Georgia, serif;
  font-weight: 400;
  word-wrap: break-word;
}
.workskin p{
word-wrap: break-word;
    line-height: 1.5;
}