I would suggest using an XML file to store your data. If and when you choose to add more variables to store, having an XML object will make it much easier than having to parse a text file yourself.
If you have never used XML before, you should read up on it at -
http://www.w3schools.com/xml/xml_whatis.asp