﻿html, body, div, span, applet, object, iframe,
h1, h2, 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;
}

body,
html
{
	margin:0;
	padding:0;
	overflow: hidden;
	
}

a,a:link {
	color: #a5d7ee;
	text-decoration: none;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #ececec;
}
a:active {
	color: #a5d7ee;
}
.toc
{
	margin: 12px 0px 0px 11px;
	font: 14px arial,verdana,sans-serif;
}
.content{
font: 18px arial,verdana,sans-serif;
text-align: center;
text-decoration:underline;
background-color: #0d94d2;
border-bottom: 1px solid #ffffff;
}

/*****  New Hover Next Button  *****/
.button{
background-color: #7bc143;
}
.next{
	display: block;
	width: 88px;
	height: 22px;
	background: url('../assests/next.png') no-repeat;
margin: -23px auto;
float:right;
}

/*****  End of New Hover Next Button  *****/

/*****  New Hover Previous Button  *****/
.prev{
	display: block;
	width: 85px;
	height: 23px;
	background: url('../assests/back.png') no-repeat;
	
}


/*****  End of New Hover Previous Button  *****/
