﻿/* style attributes for student list page */

body
{
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: navy;
}

div.narrow
{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

div.studentDetails
{
	margin-left:20%;
	width: 40%;
	float: left;
}

div.clear
{
    clear:both;
}

h1  
{
	font-size: 3em;
	font-weight: bold;
	color: #484848;
	text-align: center;
}

p  
{
    font-size: 1em;
    color: rgb(05,15,80);
    text-align: left;
    font-weight: normal;
}

p.name
{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0px;
}

p.id
{
	margin-top: 0px;
	font-size: 0.6em;
	margin-left: 15px;
	margin-bottom: 0px;
}

p.details
{
	margin-top: 0px;
	color: #484848;
	margin-left: 5px;
}

img
{
	float: left;
	height: 175px;
}