#box1 {
	padding: 5px;
	margin: 5%;
	width: 75%;
	border: 3px solid black;
	font-family: sans-serif;
	background-color: #cccccc;
	text-align: justify;
}

#subject {
	font-variant: small-caps;
	font-style: oblique;
	font-weight: bolder;
	color: white;
	text-align: right;
	background-color: black;
	position: relative;
	left: 15px; 
	width: 95%;
}

#category {
        font-variant: small-caps;
        font-style: oblique;
        font-weight: bolder;
        color: white;
        text-align: justify;
        background-color: #555555;
        position: relative;
        left: 85%;
        width: 15%;
}

#menu {
	width: 70%;
	font-variant: small-caps;
	border: 1px solid black;
        font-family: sans-serif;
        background-color: #cccccc;
        text-align: center;

}

#manage {
        /* padding: 5px;
        margin: 5%;
        width: 75%; */
        border: 1px solid black;
        font-family: sans-serif;
        background-color: #eef1ff;
        text-align: justify;
}

#manageright {
        /* padding: 5px;
        margin: 5%; */
        width: 100%; 
        border: 1px solid black;
        font-family: sans-serif;
        background-color: #eef1ff;
        text-align: right;
}


