	.black{
		font-family: Arial, Helvetica, sans-serif;
		Font-size: 24px;
		color: black;
		Font-weight: bold;
	}
	.white{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		color: White;
	}
	.green{
		Font-size: 24px;
		color: #15FF00;
		font-family: Arial, Helvetica, sans-serif;
	}
	.blue{
		Font-size: 50px;
		Font-weight: Bold;
		color: 	#58cced;
		font-family: 'Saira Stencil One', cursive;
	}
	.blue2{
		Font-size: 25px;
		Font-weight: Bold;
		color: 	#58cced;
		font-family: 'Source Code Pro', monospace;
	
	}
	.grey{ 
		color: #808080;
		font-size: 30;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		
	}
	body {
		background-image: url(doctor.png);
		font-family: Arial, Helvetica, sans-serif;
	}
	.maintable {
		background-color: yellow;
		width: 100%;
		border-radius: 15px;
		height:700px; 
		border-style: ridge;
		padding: 10px

	}
	.aboutmetable{
		width: 70%;
		height: 500px;
		background-color: #ffffff;
		border: 3px dashed black;
		padding: 10px;
		
	}
	.formstable{
		border: 1px solid black;
		border-collapse: collapse; 
	}
	img{
		border: 5px solid #ff2800;
		border-radius: 4000px;
		border-style: ridge;
	}
	.border{
		border: 5px inset #ffffff;
		
	}
	
	.content{
	margin: auto;
	width:1000px;
	}
	.maintd{
		vertical-align: top;
	}
	a:link{
		color: #ff2800;
		text-decoration: none;
		font-family: 'Saira Stencil One', cursive;
		font-size: 25px;
	}
	a:visited{
		color: #ff2800;
		text-decoration: none;
		font-family: 'Saira Stencil One', cursive;
		font-size: 25px;
	}
	a:hover{
		color: #ff2800;
		text-decoration: none;
		font-family: 'Saira Stencil One', cursive;
		font-size: 25px;
	}
	a:active{
		color: #ff2800;
		text-decoration: none;
		font-family: 'Saira Stencil One', cursive;
		font-size: 25px;
	}
	.nav{
		Background-color: #58cced;
		width: 25%;
		Height: 40px;
		border-radius: 25px;
		
	}
	.navtable{
		Width: 80%;
		padding: 10px;
		
	}