		body 
		{
            margin: 0;
            font-family: sans-serif;
        }
    .menu 
		{
            margin-top: 0;
			margin-bottom: 0;
			margin-left: 15px;
			margin-right: 15px;
            text-decoration: none;
            color: black;
            font-weight: bold;
		}
    .banner 
		{
			width: 100%;
            background-image: url('img/h5.jpg'); 
            background-color: #333 ;
            background-size: cover; 
            background-position: center;
            padding-top: 75px; 
			padding-bottom: 95px;
            text-align: center;
            color: white;
			text-shadow: 5px 5px 7px black;

        }
    .header 
		{
            text-align: center;
            padding: 15px;
            background: white;
            margin-bottom: 10px;
        }
    .title 
		{
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 10px;
			color: #191970;		
        }
    ul { padding-left: 20px; }
    li { margin: 10px ; }
    a  { text-decoration: none; }
	a:hover { color: #205AA7; }
	.ttc
		{
			color: #191970;
			font-size: 20px;
			font-weight: bold;
		}
	.ttc1
		{
			color: white;
			font-size: 17px;
			font-weight: bold;
		}
	.ttc2
		{
			color: #696969;
			font-size: 15px;
			font-weight: bold;
		}
	.ttcc
		{
			color: white;
			font-size: 15px;
			font-weight: bold;
		}
	.ttcc1
		{
			color: white;
			font-size: 13px;
			font-weight: bold;
			
		}
	.bg
		{
			background-image: url('img/bg1.jpg');
			background-size: COVER; 
			background-repeat: no-repeat;				
			background-attachment: fixed; 	        
			background-position: center;
		}
	.nd
		{
			padding: 15px;  
			box-shadow: 10px 7px 10px rgba(0,0,0,0.1);
		}
