<html>
<HEAD>
    <TITLE>Group 4 Index</TITLE>
</HEAD>
<style type="text/css">
<%= session.getAttribute("style") %>

body
{
    margin 0px;
    padding: 0px;
}

table
{
    width: 30%;
    text-align: center;
}

select
{
    border: 1px solid #0000ff;
}
</style>
<BODY>
<center><img src="Web_Blue_Plus_See_Header.gif" width="252" height="198"><center>

<b><center><font size =6> Please select the size and colour scheme you wish to view the page in <font/><center/><b/>
<br/>
<i><font size =6>note that some of these options for customization have been chosen to aid poeple with visual 
imparments viewing this site <font/><i/>
<form method="get" action="process.jsp">
<table style="width: 60%;">
    <tr>
	<td>
		Please select clour scheme
	</td>
        <td>

            <select name="style" size="4">
                <option value="0" selected="selected">Default Settings</option>
                <option value="1">Yellow and Blue</option>
		<option value="2">White and black</option>
		<option value="3">black & yellow</option>
            </select>
<br/>
<br/>
        </td>

    </tr>

    <tr>
	<td>
		Please select font size you want
	</td>
        <td>
            <select name="fontSize" size="3">
		<option value="14" selected="selected">Default Settings</option>
                <option value="17">medium</option>
		<option value="20">Large</option>



<!--		<%
    for(int i=8; i<=60; i++)
        out.write("<option value=\"" + i + "\">" + i + "</option>\r\n");
	%>
-->
            </select>
        </td>
    </tr>
    <tr>
        <td colspan="2">
            <input type="submit" value="Enter"/>
        </td>
    </tr>
</table>
</form>
</BODY>
</HTML>