﻿body {
}


.txt
{
	color:black;
	font-size:medium;
	font-family:Arial;
	text-decoration:none;
	font-weight:bolder;
}

.heading
{
	color:Black;
	font-size:x-large;
	font-family:Arial Black;
	text-decoration:line-through;
}

.link
{
	
	color:Black;
	font-size:medium;
	font-weight:bolder;
}

.link:hover
{
	
	color:Red;
	word-spacing:5px;
	letter-spacing:2px;
}

.box
{
	background-color:Black;
    color:Orange;
    font-weight:bolder;
    
	
}

.boxa
{
    
    color:Orange;
    font-weight:bolder;
    text-decoration:none;
    background-color:White;
}

.boxa:hover
{
    word-spacing:5px;
    color:Black;
    letter-spacing:2px;
    text-decoration:none;
}


.boxa1
{
    color:Orange;
    font-weight:bolder;
}

.boxa2
{
    color:orange;
    font-size:medium;
    font-weight:bold;
}

.div
{
    background-color:White;
    font-family:Calibri;
}


#menu_parent{
width: 100px;
border: 1px solid black;
background-color: black;
padding: 1px 2px;
font-weight: bold;
color: White;
}
 
#menu_child{
position: absolute;
visibility: hidden;
background-color: black;
width: 200px;
border: 1px solid black;
border-bottom-width: 0;
}
 
#menu_child a{
display: block;
width: 98%;
border-bottom: 1px solid black;
padding: 2px;
text-decoration: none;
font-weight: bold;
color: white;
}
 
#menu_child a:hover{
background-color: Orange;
}
 
#src_parent{
width: 120px;
padding: 1px 2px;
border: 1px solid black;
background-color: black;
}
 
#src_child{
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: black;
padding: 0px 5px 2px 5px;
}
