* {
	margin: 0;
	padding: 0;
} 

.bg {
	background: #F5F5F5; 
} 

.ct { 
	text-align: center; 
} 

a {
	color: #708090;
} 
h1 { 
	font-size : 1.3em; 
} 
h2 { 
	font-size : 1.8em; 
} 
h3 { 
	font-size : 1.3em; 
} 
.titlework { 
	font-size : 1.3em; 
} 
ul, 
ol {
	list-style-position: inside; 
} 
.gap ul li,
.gap ol li,
.gap li { 
	padding : 5px 0; 
} 

.mb10 { 
	margin-bottom : 10px; 
} 
.mb20 { 
	margin-bottom : 20px; 
} 
.mb50 { 
	margin-bottom : 50px; 
} 
.wrapper { 
	width: 100%; 
	display : block; 
	background-color : #F5F5F5; 
} 
strong {
	color: #666666;
} 

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}