/* hvb.css */

body {
    background-color: #091a2b;
    background-image: linear-gradient(#6a78f7, #60dba2, #4b93db);
}

img{
	border: 5px;
}
	
a {
    text-decoration: none;
    color: #000000;
}
                                                            
a:hover {
    background: #C7C7F8;
    color: #FFFFFF;
}
                                   
.tbl_akt_head {
    border: 3px dotted;
}
                                                            
.subtitle{
	font-family: Times New Roman, Arial;
	font-size: 12px;
	font-weight: bold;
}

#norm{
    background-color: #C7C7F8;
}