@font-face {
 font-family: "Magneto";
 src: url("https://steelguitaracademy.com/css/css-2020/fonts/MAGNETOB.eot") /* EOT file for IE */
}
@font-face {
 font-family: "Magneto";
 src: url("https://steelguitaracademy.com/css/css-2020/fonts/MAGNETOB.TTF") /* TTF file for CSS3 browsers */
}


@font-face {
    font-family: 'airstreamregular';
    src: url('https://steelguitaracademy.com/css/css-2020/fonts/airstream-webfont.woff2') format('woff2'),
         url('https://steelguitaracademy.com/css/css-2020/fonts/airstream-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
  font-family: 'airstream';
  src: url('webfont.eot'); /* IE9 Compat Modes */
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://steelguitaracademy.com/css/css-2020/fonts/Airstream.woff') format('woff'), /* Pretty Modern Browsers */
       url('https://steelguitaracademy.com/css/css-2020/fonts/AIRSTREA.TTF')  format('truetype'), /* Safari, Android, iOS */
       url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}


@font-face {
    font-family: 'Airstream-NF';
    src:url('https://steelguitaracademy.com/css/css-2020/fonts/Airstream-NF.ttf.woff') format('woff'),
        url('https://steelguitaracademy.com/css/css-2020/fonts/Airstream-NF.ttf.svg#Airstream-NF') format('svg'),
        url('https://steelguitaracademy.com/css/css-2020/fonts/Airstream-NF.ttf.eot'),
        url('https://steelguitaracademy.com/css/css-2020/fonts/Airstream-NF.ttf.eot?#iefix') format('embedded-opentype'); 
        font-weight: normal;
        font-style: normal;
}



.inversion-pics {  
    height:  232px;  
    width:   232px;  
    padding: 0;  
    margin:  0;  
} 
 
.inversion-pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  200px; 
    height: 200px; 
    top:  0; 
    left: 0 
} 


/****
Default Element Styles
****/


h1 {
	padding-top: 15px;
	float: left;
	margin-top: 0px;
	padding-left: 15px;
	font-family: "Magneto", Verdana, Arial, Helvetica, sans-serif;
	background: #650E0F;
	color:white;
	text-align: center;
}



p {
	padding: 1%;
	margin: 0% 0% 0% 0%;
	line-height: 125%;
	}


hr {	
	width: 98%;
	height: 2px;
	margin: 0% 0% 3% 0%;
	
	
	}



p.bold{
	font-weight: bold;
	}






/*default links*/

a:link { 
	color: #2C1302;
	font-size: 110%;
	text-decoration: none;
	}
a:visited {
	color: #2C1302;
	}
a:hover {
	color: #1E4D36;

	text-decoration: underline;
	}
a:active {
	color: #A53C3D;
	}






/****
Default Classes
****/


.boximage { 
        float: left; 
    	margin: 0px 1.6% 0px 0px; 
	width: 40%;
}


.boximagesmall { 
        float: right; 
    	padding: 1%; 
	width: 60%;
	height: auto;
}

.boximagelarge { 
    	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: auto;
	height: auto;
	
}






.leftpic { 
  	float: left;
  	width: 50%;
  	border: thin silver solid;
  	margin: 2% 2% 2% 2%;
  	padding: 1px 1px 1px 1px;
  	text-align: center;
  	font-style: italic;
  	font-size: smaller;
  	text-indent: 0;
}


.centerpic { 
	width: 50%;
	display: block;
	border: thin silver solid;
	margin: 2% auto 2% auto;
	padding: 1px 1px 1px 1px;
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}

.rightpic { 
  	float: right;
  	width: 50%;
  	border: thin silver solid;
 	padding: 1px 1px 1px 1px;
  	margin: 2% 2% 2% 2%;
  	text-align: center;
  	font-style: italic;
  	font-size: smaller;
  	text-indent: 0;
}





.leftpic-small { 
  	float: left;
  	width: 25%;
  	border: thin silver solid;
  	margin: 2% 4% 2% 2%;
  	padding: 1px 1px 1px 1px;
  	text-align: center;
  	font-style: italic;
  	font-size: smaller;
  	text-indent: 0;
}


.centerpic-small { 
	width: 25%;
	display: block;
	border: thin silver solid;
	margin: 2% auto 2% auto;
	padding: 1px 1px 1px 1px;
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}

.rightpic-small { 
  	float: right;
  	width: 25%;
  	border: thin silver solid;
 	padding: 1px 1px 1px 1px;
  	margin: 2% 2% 2% 2%;
  	text-align: center;
  	font-style: italic;
  	font-size: smaller;
  	text-indent: 0;
}







.captionleft { 
  	float: left;
  	width: 20%;
  	border: thin silver solid;
  	margin: 2% 5% 2% 2%;
  	padding: 5px 5px 0px 5px;
  	text-align: center;
  	font-style: italic;
  	font-size: smaller;
  	text-indent: 0;
}


.captioncenter { 
	width: 20%;
	border: thin silver solid;
	margin: auto;
	padding: 5px 5px 0px 5px;
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}

.captionright { 
  	float: right;
  	width: 20%;
  	border: thin silver solid;
 	margin: 2% 2% 2% 5%;
  	padding: 5px 5px 0px 5px;
  	text-align: center;
  	font-style: italic;
  	font-size: smaller;
  	text-indent: 0;
}



.captionleft2 { 
  	float: left;
  	width: 50%;
  	border: thin silver solid;
  	margin: 2% 5% 2% 2%;
  	padding: 5px 5px 0px 5px;
  	text-align: center;
  	font-style: italic;
  	font-size: smaller;
  	text-indent: 0;
}


.captioncenter2 { 
	width: 50%;
	border: thin silver solid;
	margin: auto;
	padding: 5px 5px 0px 5px;
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}

.captionright2 { 
  	float: right;
  	width: 50%;
  	border: thin silver solid;
 	margin: 2% 2% 2% 5%;
  	padding: 5px 5px 0px 5px;
  	text-align: center;
  	font-style: italic;
  	font-size: smaller;
  	text-indent: 0;
}




.clear { clear: both;

}



.doublecolumnfix { overflow: hidden; 

}




.hidden {
	display: none;
}



img.fullwidth{
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
	width: 100%;
	}
	
	
	
img.nearfullwidth{
	padding: 0% 0% 0% 0%;
	margin: 0% 15% 5% 15%;
	width: 70%;
	}
	
img.halfwidth-ctr{
	padding: 0% 0% 0% 0%;
	margin: 0% 24% 5% 24%;
	width: 50%;
	}
	
img.halfwidth-lt{
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 5% 0%;
	width: 50%;
	}
	
img.halfwidth-rt{
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 5% 0%;
	width: 50%;
	}
	
	
img.thirdwidth-ctr{
	padding: 0% 0% 0% 0%;
	margin: 0% 32% 5% 32%;
	width: 33%;
	}
	
	
img.thirdwidth-rt{
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 5% 0%;
	width: 33%;
	float: right;
	}


img.thirdwidth-sbs{
	padding: 0% 0% 0% 0%;
	margin: 0% 1% 0% 1%;
	width: 30.5%;
	}


img.thumbpicks{
	padding: 0% 0% 0% 0%;
	margin: 0% 1% 0% 1%;
	width: 25%;

	}

img.thumbpicks-small{
	padding: 0% 0% 0% 0%;
	margin: 0% 1% 0% 1%;
	width: 10%;
	}
	
	
img.sidebarad{
	padding: 0% 0% 0% 0%;
	margin: 0% 7% 0% 10%;
	width: 80%;
	}
	
img.smallwidth{
	padding: 0% 0% 0% 0%;
	margin: 0% 45% 0% 45%;
	width: 10%;
	}


	

.listcenter { 
	list-style-image:url("https://steelguitaracademy.com/images/decor/bulletnote.png");
	list-style-type:square;
 	margin: 0% 0% 10% 0%;
 	width: 100%;
  	padding: 1% 0% 5% 0%;
  	text-align: center;
	font-size: 100%;
	font-weight: bold;
  	text-indent: 0;
}

.listright { 
	float: right;
	font-weight: bold;
}


.musicnotes
	{font-family: MusiSync, sans-serif;
	font-size:50px;
	text-align: left;
}





.nextsection { 
     	width: 60%;
	border-style: solid;
        border-width: 1px;
	border-radius: 5px;
        background-image: url('https://steelguitaracademy.com/images/decor/backgroundstripes.bmp'); 
        padding: 2%;
        margin: 0% 0% 0% 0%;
        float: right;
	font-style: italic;
	font-size: 85%;
	text-align: center;
	font-weight: bold;
         
	}
	

.nextsectionpic { 
     	width: 90%;
     	margin-bottom: 10px;
     	}
	
	
.notesbody{
	padding: 25px;
}



.prevsection { 
     	width: 60%;
	border-style: solid;
        border-width: 1px;
	border-radius: 5px;
        background-image: url('https://steelguitaracademy.com/images/decor/backgroundstripes.bmp'); 
        padding: 2%;
        margin: 0% 0% 0% 0%;
        float: left;
	font-style: italic;
	font-size: 85%;
	text-align: center;
	font-weight: bold;
         
	}
	
.prevsectionpic { 
     	width: 90%;
     	margin-bottom: 10px;
     	}


     	
     	
.thumbpicks-div-lt{ 
 	width: 32%;
	float: left;
	text-align: left;
	font-weight: bold;
	font-size: 90%;
	margin: 0% 0% 5% 0%;
	padding: 0% 0% 0% 1%;

}

.thumbpicks-div-ctr{ 
 	width: 32%;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	margin: 0% 0% 5% 0%;
}

.thumbpicks-div-rt{ 
 	width: 32%;
	float: left;
	text-align: right;
	font-weight: bold;
	font-size: 90%;
	margin: 0% 0% 5% 0%;
	padding: 0% 1% 0% 0%;
}


ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}








/****
Body
****/

body {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #0E320F;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
















/****
Container
****/



#container {
	background: #FFFCF0;
	width: 94%;
	margin: 0% 3% 0% 3%;
	padding: 0% 0% 0% 0%;
	-moz-box-shadow: 0 0 8px 8px #2C1302;
	-webkit-box-shadow: 0 0 8px 8px#2C1302;
	box-shadow: 0 0 8px 8px #2C1302;

}


.welcome {

	display: block;
	margin: 30px auto 30px auto;
	font-size: 170%;
	font-weight: bold;
	text-align: center;

	
	}





.subcontent {

	display: block;
	float: left;

	
	}











/****
Top Navbar
****/



#topnavbar {
	background: #FDF3B7;
	background: -moz-linear-gradient(top, #FFFBBA 1%, #E0CA8F 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#FFFBBA), color-stop(100%,#E0CA8F)); /* webkit */
	background: -o-linear-gradient(top, #FFFBBA 1%,#E0CA8F 100%); /* opera */
	height: 25px;
	text-align: right;
        padding: 10px 0px 0px 0px;
        margin: 0px 0px 0px 0px;


}

	#topnavbar li {
	list-style-type: none;
	display: inline;
	padding: 0px 30px 0px 0px;
	}














/****
Header
****/




.top-left-text {
  position: absolute;
  text-align: left;
	margin: 8% auto 0% 5%;
	font-family: "airstreamregular", "airstream", "Airstream-NF", "Magneto", Arial, Helvetica, sans-serif;
	font-size: 11vw;
	font-weight: 400;
	text-shadow:6px 6px 6px #2C1302;
	color: white;
	line-height: 1.25;
	letter-spacing: 0.08em;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: black;
	text-transform: capitalize;
}



#site-title {
    position: relative;
    text-align: center;
    width: auto;
    margin: auto;
    height: 250px;
	clear: none;
	background-image: url('https://steelguitaracademy.com/images/header/2020-sga-logo-large.png');
	background-size: cover;
	background-repeat: no-repeat;
	
}




.headerbar1 {
	height: 6px;
	background: #FDF3B7;
	background: -moz-linear-gradient(top, #FFFBBA 1%, #E0CA8F 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#FFFBBA), color-stop(100%,#E0CA8F)); /* webkit */
	background: -o-linear-gradient(top, #FFFBBA 1%,#E0CA8F 100%); /* opera */
	border-top: 1px solid #502916;
	border-bottom: 1px solid #502916;
	margin-top: -3px;

}




#headerbar1 {
	height: 6px;
	background: #FDF3B7;
	background: -moz-linear-gradient(top, #FFFBBA 1%, #E0CA8F 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#FFFBBA), color-stop(100%,#E0CA8F)); /* webkit */
	background: -o-linear-gradient(top, #FFFBBA 1%,#E0CA8F 100%); /* opera */
	border-top: 1px solid #502916;
	border-bottom: 1px solid #502916;
	margin-top: -3px;

}

#headerbar2 {
	background: #754F1E; /* old browsers */
	background: -moz-linear-gradient(top, #502916 0%, #352621 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#502916), color-stop(100%,#352621)); /* webkit */
	background: -o-linear-gradient(top, #502916 0%,#352621 100%); /* opera */
	border-top: 2px solid black;
	height: 1px;
	text-align: right;
	font-size: 14px;
}













/****
Left Navbar ID
****/


#leftnavbar {
	width: 18%;
	height: 100%;
	background: #FFFCF0;
	font-size: 100%;
	text-align: center;
	display: inline;
	float: left;
	padding: 3% 0% 10% .5%;
        margin: 0% 0% 0% 0%;


}





#leftnavbar li{
        border-style: solid;
        border-width: 1px;
	border-radius: 5px;
        padding: 2% 0% 2% 0%;
        margin: 2% 4% 2% 4%;
        background-image: url('https://steelguitaracademy.com/images/decor/backgroundstripes.bmp');
        text-align: center;
        font-weight: bold;
        font-size: 90%;  
        text-align: center; 
        list-style-type: none; 
	}

#leftnavbar hr{	
	width: 90%;
	height: 2px;
	margin: 4%;


}

#leftnavbar img.fullwidth{
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
	width: 90%;
	}




/****
Lower Navbar ID
****/

#lowernavbar {
	font-size: 1vw;

}

.lowerbardiv {
        margin: 100px 0 100px 0;

}





/****
Medium Screen Navbar
****/


#mednav{
	display: none;
	}
		
     	
     	
     	









/****
Content
****/



#content a:link { 
	color: #1E4D36;
	font-size: 100%;
	text-decoration: none;
	}
#content a:visited {
	color: #1E4D36;
	}
#content a:hover {
	color: #2C1302;
	text-decoration: underline;
	}
#content a:active {
	color: #A53C3D;
	}



#content {
	width: 79%;
	display: inline;
	float: right;
        background: #FFFCF0;
        padding: 1% 1% 100% 1%;
        border-style: solid;
	border-width: 0px 0px 0px 1px;
	border-color: gray;
	overflow-x: hidden;
	

}


	
#content .mainheading{
	text-transform: none;
	font-weight: 400;
	text-align: center;
	font-family: airstream, Verdana, Arial, Helvetica, sans-serif;
	color: white;
	display: block;
	padding: 0% 2% 0% 2%;
	margin: 2% 0% 4% 0%;
	font-size: 2.5rem;
	background: #650E0F;
	border: 1px solid #B5905A;
	border-radius: 15px;
	text-shadow:6px 6px 6px #2C1302;
	box-shadow: 6px 6px 6px #2C1302;
	-webkit-text-stroke-width: 0.1rem;
	-webkit-text-stroke-color: black;
	letter-spacing: 1.5px;

}

#content .subheading{
	font-weight: bold;
	background: #AD8C54; /* old browsers */
	background: -moz-linear-gradient(top, #FFFBBA 1%, #E0CA8F 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#FFFBBA), color-stop(100%,#E0CA8F)); /* webkit */
	background: -o-linear-gradient(top, #FFFBBA 1%,#E0CA8F 100%); /* opera */
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	display: block;
	padding: 1% 1% 1% 1%;
	margin: 3% 0% 3% 1%;
	width: 96%;
	float: left;
	box-shadow: 3px 3px 6px #2C1302;
	}
	
	


#content .subheading1{	
	margin: 25px auto 25px auto;
	height: 20px;
	float: left;
	width: 98%

}
	
	


#credo {
	float: left;
	margin: auto;
}





/****
Promos and Ads
****/

.promo_container {
	margin: 0% 0% 0% 0%;

	}


.promo {
	width: 33%;
	float: left;
	text-align: center;
	margin: 5% 0% 5% 0%;
	}


	
.weeklysongpromo {
	float: left;
	width: 97%;
	margin: 0% 0% 5% 0%;
	padding: 0% 2% 0% 2%;
    

	}


.facebookpromo {
     float: left;
     width: 97%;
     margin: 0% 0% 5% 0%;
     padding: 0% 2% 0% 2%;
    
	}

.google_sidebarad {
     margin: 3%;
	}

.adSenseCenter {
	margin:auto;
	width: 50%;
	}




.promoimage {
	width: 80%;
     	margin: auto;
     	text-align: center;
	border: thin silver solid;
	}


.fb-plugin {
	font-weight: bold;
	background-color: #DCD1A8; 
	border-width:5px; 
	border-style:double;
	border-color: #684700;
	padding: 1% 1% 1% 1%;
	margin: 5% auto 5% auto;
	width: 60%;
	}




.fb-center {
	padding: 1% 1% 1% 1%;
	margin: 1% auto 1% auto;
	width: 340px;
	display: block;
	}






/****
Footer
****/



#footer {
	clear:both;
	background: #FDF3B7;
	background: -moz-linear-gradient(top, #FFFBBA 1%, #E0CA8F 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#FFFBBA), color-stop(100%,#E0CA8F)); /* webkit */
	background: -o-linear-gradient(top, #FFFBBA 1%,#E0CA8F 100%); /* opera */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: black;
	border-top: 1px solid black;
	padding: 13px 25px 13px 25px;
	line-height: 18px;
	text-align: center;
}
	


#footerbar {
	clear: both;
	background: #754F1E; /* old browsers */
	background: -moz-linear-gradient(top, #502916 0%, #352621 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#502916), color-stop(100%,#352621)); /* webkit */
	background: -o-linear-gradient(top, #502916 0%,#352621 100%); /* opera */
	border-top: 2px solid black;
	height: 35px;
	
	
}









/****
Tuning History
****/


#containerwide {
	background: #FFFCF0;
	width: 94%;
	margin: 0% 3% 0% 3%;
	padding: 0% 0% 0% 0%;
	-moz-box-shadow: 0 0 8px 8px #2C1302;
	-webkit-box-shadow: 0 0 8px 8px#2C1302;
	box-shadow: 0 0 8px 8px #2C1302;
}


#headerwide {
	height: 150px;
	width: 2000px;
	background:#650E0F url('https://steelguitaracademy.com/images/header/Artsystampsmall.jpg') no-repeat;
	background-position: right;
	text-align: left;
	text-shadow: 2px 2px 2px #000;

}



#headerbar1wide {
	height: 25px;
	width:2000px;
	background: #FDF3B7;
	background: -moz-linear-gradient(top, #FFFBBA 1%, #E0CA8F 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#FFFBBA), color-stop(100%,#E0CA8F)); /* webkit */
	background: -o-linear-gradient(top, #FFFBBA 1%,#E0CA8F 100%); /* opera */

}

#headerbar2wide {
	background: #AD8C54; /* old browsers */
	background: -moz-linear-gradient(top, #B5905A 0%, #44372A 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B5905A), color-stop(100%,#44372A)); /* webkit */
	background: -o-linear-gradient(top, #B5905A 0%,#44372A 100%); /* opera */
	height: 25px;
	width:2000px;
	text-align: right;
	font-size: 14px;
}





#contentwide {
	background: #FFFCF0;
	float: left;
	width: 96%;
	overflow-x: hidden;
	display: inline;
        padding: 0% 2% 0% 2%;
	overflow-wrap: break-word;
	
}




#contentwide .mainheading{
	background: #650E0F;
	font-weight: bold;
	text-align: center;
	font-family: "Magneto", Verdana, Arial, Helvetica, sans-serif;
	color: white;
	display: block;
	padding: 15px;
	font-size: 25px;
	margin: 2% 0% 0% 0%;
	border:2px solid #B5905A;
		
}

#contentwide .subheading{
	font-weight: bold;
	background: #AD8C54; /* old browsers */
	background: -moz-linear-gradient(top, #FFFBBA 1%, #E0CA8F 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#FFFBBA), color-stop(100%,#E0CA8F)); /* webkit */
	background: -o-linear-gradient(top, #FFFBBA 1%,#E0CA8F 100%); /* opera */
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	display: block;
	padding: 5px;
	
	
}


#contentwide .notesbody{
	padding: 25px;
}




#contenttuninghistory1 {

	width:925px;
	float: left;
	padding: 25px;
	border-right: 2px solid #8A8A8A;
	line-height: 20px;
	
}


#contenttuninghistory2 {
	width:925px;
	padding: 25px;
	
}





.widelist { 
	list-style-image:url("https://steelguitaracademy.com/images/decor/bulletnote.jpg");
	list-style-type:square;
	width: 40%;
 	margin: auto;
  	text-align: left;
	font-size: 100%;
	font-weight: bold;
  	text-indent: 0;
	
}



img.tuninghistoryimg{
	padding: 0% 0% 0% 0%;
	margin: 2% 0% 4% 0%;
	width: 2400px;
	border: thin silver solid;
	
	}

.tuninghistory-largepic{
	width: 100%;
	margin: 0% 0% 0% 0%;
	overflow-x: scroll;
	}

.tuninghistory-reference{
	width: 60%;
	margin: 0% 0% 0% 0%;
	padding: 2% 0% 0% 0%;
	}

.tuninghistory-subtitles{
	width: 60%;
	margin: 2% 0% 0% 0%;
	padding: 1% 1% 1% 1%;
	border-style: double;
	font-size: 1.1rem;
	font-weight: bold;
	background: white;
	
	}

p.tuningreference{
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 0% 3%;
	font-size: 2vw;
	
	
	}

p.tuninghistory-bold{
	font-weight: bold;
	}




/****
Note Finder
****/



.notefindercell { 
  	float: left;
  	margin: 0% 0% 0% 0%;
  	padding: 0% 0% 0% 0%;
  	text-align: center;

 
}




table {
	border: 2px black solid;
	border-collapse: collapse;
	margin: 2% 2% 2% 2%;
  	padding: 0% 0% 0% 0%;
  
  
  
  	
}
	
	
th, tr, td {
	border: 2px black solid;
	border-collapse: collapse;
	margin: 0% 0% 0% 0%;
  	padding: 0% 0% 0% 0%;
  	background-color: white;
  	
  	
}

.topcell {
	border-top: 3px black solid;
	border-left: 3px black solid;
	border-right: 3px black solid;
	
	
}

.middlecell {
	border-left: 3px black solid;
	border-right: 3px black solid;
	
}

.bottomcell {
	border-bottom: 3px black solid;
	border-left: 3px black solid;
	border-right: 3px black solid;
	
}