.blue{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 36px;
		color:#0033CC;
		font-weight: bold;
	}
	.Red{color:#FF0000}
	
	.Green{
		font-size: 24px;
		color: #15FF00;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.yellow{
			font-size:40px;
			color: #FFFF00;
			font-family:  Arial, Helvetica, sans-serif;
	}
	.blackheading{
			font-size:70px;
			color: Black;
			font-family: 'Jomolhari', serif;

	}
	.blacksubheading{
			font-size:45px;
			color: Black;
			font-family: font-family: 'Oswald', sans-serif;
	}
	.blackwriting{
			font-size:20px;
			color: Black;
			font-family: font-family: 'Jomolhari', serif;
	}	
	.Linkwriting{
			font-size:30px;
			color: Black;
			font-family: 'Saira Stencil One', cursive;
	}
		body {
				background-color:#FFB6C1;
				background-image: url(basketball_court.jpg);
				background-repeat: repeat-top,middle,bottom;
				font-family: 'Saira Stencil One', cursive;
		}
		.maintable{
			background-color: #ff9000;
			width: 100%;
			height: 700px;
			border: 2px solid Black;
			padding: 25px;
	}
		.aboutmetable{ 
			background-color: #Black;
			width: 80%;
			height: 600px;
			border: 2px solid Black;
	}
		.favoritestable{
			background-color: #Black;
			width: 80%;
			height: 600px;
			border: 2px solid Black;
	}
		.projecttable{
			background-color: #Black;
			width: 80%;
			height: 600px;
			border: 2px solid Black;
	}
		.content{
			margin: auto;
			width: 1000px;
		}
		.maintd{
			vertical-align: top;
		}
		a:link{ 
			color: red;
			}
		a:visited{
			color: Red;
			}
		a:hover{
			color: Red;
			}
		a:active{
			color:#15FF00;
		}
		.navtable{
					width: 80%;
		}
		.nav{
			background-color:red;
			background-image: url(basketball_court.jpg);
			border:solid 2px black;
			width: 25%;
			height: 30px;
			font-family:'Saira Stencil One', cursive;
			font-size:25px;
			
		}
	.roundcorner {
			border-radius: 25px;
			background: url(paper.gif);
			background-position: left top;
			background-repeat: repeat;
			padding: 20px; 
			width: 200px;
			height: 150px;
	}
		.threetable{
				border: solid 2px Black;
				border-collapse: collapse;
				background-color:white;
			}
			.threecell{
				width: 300px;
				border: solid 2px Black;
				border-collapse: collapse;
				background-color:white;
			}