/*
	styles.css
*/
body {
	font-family: "Courier New", Courier, monospace ;
    background-color: black ;
    color: #ffffff ;
    
}

a {
    text-decoration:none;
    color: #4b88ff
}

ul {
    list-style-type: none;
}

img {
	max-width: 100% ;
	width: 25% ;
	height: 25% ;
    border: 1px solid white;
}
input, select, button, textarea {
	max-width: 100% ;
}
meter, progress, output {
	max-width: 100% ;
}
div#content {
	width: 100% ;
	max-width: 100% ;

}
div#contproper {
	padding-left: 5px ;
	padding-right: 5px ;
}
div#container {
	color: inherit ;
	background-color: inherit ;
}
